Compare commits
2 commits
76c48fd407
...
1a62285e3b
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a62285e3b | |||
| 7b283dae36 |
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@ name: PR-Build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*' # matches every branch that doesn't contain a '/'
|
||||
- '*/*' # matches every branch containing a single '/'
|
||||
- '**' # matches every branch
|
||||
- '!master' # excludes master
|
||||
- '!main' # excludes main
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
flask==3.1.2
|
||||
gunicorn==23.0.0
|
||||
pypdf==5.8.0
|
||||
pypdf==6.1.1
|
||||
|
||||
# For testing
|
||||
pytest==8.3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue