Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c66e157a
Commit
c66e157a
authored
Jun 24, 2021
by
neilpang
Browse files
fix path filter
parent
2c927277
Changes
9
Show whitespace changes
Inline
Side-by-side
.github/workflows/FreeBSD.yml
View file @
c66e157a
...
...
@@ -5,7 +5,7 @@ on:
-
'
*'
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/FreeBSD
.yml'
pull_request
:
branches
:
...
...
.github/workflows/Linux.yml
View file @
c66e157a
...
...
@@ -12,7 +12,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/Linux
.yml'
...
...
.github/workflows/MacOS.yml
View file @
c66e157a
...
...
@@ -12,7 +12,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/MacOS
.yml'
jobs
:
...
...
.github/workflows/PebbleStrict.yml
View file @
c66e157a
...
...
@@ -11,7 +11,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/PebbleStrict
.yml'
jobs
:
PebbleStrict
:
...
...
.github/workflows/Solaris.yml
View file @
c66e157a
...
...
@@ -12,7 +12,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/Solaris
.yml'
jobs
:
...
...
.github/workflows/Ubuntu.yml
View file @
c66e157a
...
...
@@ -12,7 +12,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/Ubuntu
.yml'
jobs
:
...
...
.github/workflows/Windows.yml
View file @
c66e157a
...
...
@@ -12,7 +12,7 @@ on:
-
dev
paths
:
-
'
*.sh'
-
'
**
.yml'
-
'
.github/workflows/Windows
.yml'
jobs
:
...
...
.github/workflows/dockerhub.yml
View file @
c66e157a
...
...
@@ -6,6 +6,11 @@ on:
-
'
*'
tags
:
-
'
*'
paths
:
-
'
**.sh'
-
"
Dockerfile"
-
'
.github/workflows/dockerhub.yml'
jobs
:
CheckToken
:
...
...
.github/workflows/shellcheck.yml
View file @
c66e157a
...
...
@@ -11,7 +11,7 @@ on:
-
dev
paths
:
-
'
**.sh'
-
'
**
.yml'
-
'
.github/workflows/shellcheck
.yml'
jobs
:
ShellCheck
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment