Skip to content

Commit 41c871b

Browse files
Update condition of testing workflow
1 parent 559d486 commit 41c871b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/testing.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@ name: Testing
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- "*"
7+
paths:
8+
- "**/*.go"
9+
- "go.mod"
10+
- "go.sum"
11+
- ".github/workflows/testing.yml"
12+
- "Makefile"
613
pull_request:
714
branches: [ main ]
815
types: [ opened, synchronize, reopened ]
16+
paths:
17+
- "**/*.go"
18+
- "go.mod"
19+
- "go.sum"
20+
- ".github/workflows/testing.yml"
21+
- "Makefile"
22+
workflow_dispatch:
923

1024
permissions: write-all
1125
jobs:

0 commit comments

Comments
 (0)