We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e98755 commit 953b272Copy full SHA for 953b272
.github/workflows/go.yml
@@ -1,9 +1,6 @@
1
name: GoPipeline
2
3
-on:
4
- workflow_dispatch:
5
- pull_request:
6
- types: [opened, edited]
+on: [push, workflow_dispatch]
7
8
jobs:
9
build:
0 commit comments