We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fcd49 commit bfb1c67Copy full SHA for bfb1c67
.github/workflows/build.yml
@@ -1,6 +1,9 @@
1
name: build
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push: { branches: [master, main] }
5
+ pull_request:
6
+ workflow_dispatch:
7
8
jobs:
9
build:
.github/workflows/golangci-lint.yml
@@ -1,7 +1,9 @@
name: golangci-lint
-# push: # { branches: [master, main], tags: [v*] }
# Optional: allow read access to pull request. Use with `only-new-issues` option.
permissions: { contents: read } # pull-requests: read
0 commit comments