Skip to content

Commit 69efe10

Browse files
committed
Modify CI workflows to ignore minor files.
1 parent 31e0e70 commit 69efe10

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Ebuild Tests
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'README.md'
47

58
jobs:
69
tests:

.github/workflows/shellcheck.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Shellcheck
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'README.md'
47

58
jobs:
69
tests:

0 commit comments

Comments
 (0)