We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807aec7 commit b9f0bfcCopy full SHA for b9f0bfc
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Test
2
3
-on: [push]
+on:
4
+ push:
5
+ release:
6
+ types:
7
+ - created
8
9
jobs:
10
test:
0 commit comments