Skip to content

Commit be98d00

Browse files
committed
Ignore changes only to github workflows.
1 parent 27b01ee commit be98d00

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

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

1010
jobs:
1111
tests:

.github/workflows/shellcheck.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
paths-ignore:
66
- 'README.md'
7-
- '.github/*'
7+
- 'LICENSE'
8+
- '.github/**'
9+
# tags-ignore:
10+
# - '*.*'
811

912
jobs:
1013
tests:

0 commit comments

Comments
 (0)