release/0.4.0 #60
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
# No push trigger: a push to a branch with an open PR matches both and runs
|
||||
# everything twice. Pull request events cover pushes to the PR's branch.
|
||||
push:
|
||||
branches: ['release/*']
|
||||
pull_request:
|
||||
branches: [main, 'release/*']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue