Skip to content

Commit 4208ec4

Browse files
committed
workflows: Run if the workflow file was modified
With the current paths configuration, changing the workflow does not trigger a build.
1 parent e1cc342 commit 4208ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- .github/workflows/unit-test.yml
78
- go.mod
89
- '**/*.go'
910
- Makefile
@@ -13,6 +14,7 @@ on:
1314
- '!**/*.json'
1415
pull_request:
1516
paths:
17+
- .github/workflows/unit-test.yml
1618
- go.mod
1719
- '**/*.go'
1820
- Makefile

0 commit comments

Comments
 (0)