We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976096e commit 543ccf0Copy full SHA for 543ccf0
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Test
2
3
-on: [ push ]
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
9
env:
10
# This is required to support GLIB versions present in amazon linux 2. Can be removed once amazon linux 2 is 💀
0 commit comments