Skip to content

Commit bbd8e63

Browse files
committed
Don't run tests when only workflow has changed.
1 parent 33ee78c commit bbd8e63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/run-ebuild-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths-ignore:
66
- 'README.md'
77
- 'LICENSE'
8+
- '.github/*'
89

910
jobs:
1011
tests:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths-ignore:
66
- 'README.md'
7+
- '.github/*'
78

89
jobs:
910
tests:

0 commit comments

Comments
 (0)