We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24ea64 commit 1d5c744Copy full SHA for 1d5c744
1 file changed
.github/workflows/onPush.yml
@@ -2,7 +2,11 @@ name: On push
2
3
on:
4
push:
5
- branches: [ main ]
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
11
jobs:
12
notify:
0 commit comments