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
1f5b6a6a
Commit
1f5b6a6a
authored
Sep 01, 2020
by
neil
Browse files
fix filter to *.yml
parent
d25b2890
Changes
3
Show whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
1f5b6a6a
...
...
@@ -11,6 +11,7 @@ on:
-
dev
paths
:
-
'
**.sh'
-
'
**.yml'
jobs
:
...
...
.github/workflows/PebbleStrict.yml
View file @
1f5b6a6a
...
...
@@ -5,11 +5,13 @@ on:
-
'
*'
paths
:
-
'
**.sh'
-
'
**.yml'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
-
'
**.yml'
jobs
:
PebbleStrict
:
...
...
.github/workflows/shellcheck.yml
View file @
1f5b6a6a
...
...
@@ -5,11 +5,13 @@ on:
-
'
*'
paths
:
-
'
**.sh'
-
'
**.yml'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
-
'
**.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