chore: build-testing error when defining both branches and ignore_branches

This commit is contained in:
Tulili 2023-09-24 18:40:10 -03:00 committed by GitHub
parent 913c926ae9
commit 9cf1b3297e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: