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