We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a8107 commit 2dcafdcCopy full SHA for 2dcafdc
1 file changed
.github/workflows/continuous.yml
@@ -1,9 +1,12 @@
1
name: continuous
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
branches:
- - master
9
10
- 'release/*'
11
12
jobs:
0 commit comments