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

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

View file

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