We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af37876 commit 09f6317Copy full SHA for 09f6317
.github/workflows/build.yml
@@ -1,8 +1,9 @@
1
name: Build and Test
2
3
on:
4
- branches:
5
- - main
+ push:
+ branches:
6
+ - main
7
8
jobs:
9
build:
0 commit comments