We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b340 commit 0de2d7bCopy full SHA for 0de2d7b
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,11 @@
1
name: CI
2
3
on:
4
+ push: # trigger CI on push to main and release branches
5
+ branches:
6
+ - main
7
+ - release/21.x
8
+ workflow_dispatch: # allows manual trigger from github UI
9
pull_request:
10
paths-ignore:
11
- '.github/workflows/sanitize.yml'
0 commit comments