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 d655e18 commit f1246caCopy full SHA for f1246ca
.github/workflows/go.yml
@@ -1,5 +1,12 @@
1
name: Go
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ paths:
5
+ - "**.go"
6
+ - "go.mod"
7
+ - "go.sum"
8
+ pull_request:
9
+ workflow_dispatch:
10
jobs:
11
build:
12
name: Build
.github/workflows/golangci-lint.yml
name: golangci-lint
-on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
pull-requests: read
0 commit comments