Compare commits
2 commits
34d443fae1
...
4420fc22f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4420fc22f4 | |||
| 7b283dae36 |
1 changed files with 3 additions and 0 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue