We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b01ee commit be98d00Copy full SHA for be98d00
.github/workflows/run-ebuild-tests.yml
@@ -5,7 +5,7 @@ on:
5
paths-ignore:
6
- 'README.md'
7
- 'LICENSE'
8
- - '.github/*'
+ - '.github/**'
9
10
jobs:
11
tests:
.github/workflows/shellcheck.yml
@@ -4,7 +4,10 @@ on:
4
push:
+ - 'LICENSE'
+# tags-ignore:
+# - '*.*'
12
13
0 commit comments