ci: run on all branches

It is especially common to run CI on non-main branches in forks. This
shouldn't have any impact on how many CI jobs we run in the main aya
repo if contributors follow a fork-centric workflow.
reviewable/pr1194/r1
Tamir Duberstein 2 weeks ago
parent dab1aa4e29
commit a25e355ba7

@ -2,12 +2,9 @@ name: aya-ci
on: on:
push: push:
branches: branches-ignore: 'create-pull-request/**'
- main
pull_request: pull_request:
branches:
- main
schedule: schedule:
- cron: 00 4 * * * - cron: 00 4 * * *

@ -2,8 +2,7 @@ name: codegen
on: on:
push: push:
branches: branches-ignore: 'create-pull-request/**'
- main
schedule: schedule:
- cron: 00 4 * * * - cron: 00 4 * * *

Loading…
Cancel
Save