chore: build-testing error when defining both branches and ignore_branches
This commit is contained in:
parent
913c926ae9
commit
9cf1b3297e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build-testing.yml
vendored
3
.github/workflows/build-testing.yml
vendored
|
|
@ -2,13 +2,10 @@ name: build-testing
|
|||
on:
|
||||
push:
|
||||
branches: ['testing']
|
||||
branches-ignore: ['main']
|
||||
pull_request:
|
||||
branches: ['testing']
|
||||
branches-ignore: ['main']
|
||||
merge_group:
|
||||
branches: ['testing']
|
||||
branches-ignore: ['main']
|
||||
schedule:
|
||||
- cron: '0 5 * * *' # 5 am everyday
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue