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
918c8f92
Commit
918c8f92
authored
Aug 29, 2020
by
neil
Browse files
filer events
parent
c2214cd4
Changes
3
Show whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
918c8f92
...
@@ -3,9 +3,14 @@ on:
...
@@ -3,9 +3,14 @@ on:
push
:
push
:
branches
:
branches
:
-
'
*'
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
pull_request
:
branches
:
branches
:
-
dev
-
dev
paths
:
-
'
**.sh'
jobs
:
jobs
:
Ubuntu
:
Ubuntu
:
...
...
.github/workflows/PebbleStrict.yml
View file @
918c8f92
name
:
PebbleStrict
name
:
PebbleStrict
on
:
[
push
,
pull_request
]
on
:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
jobs
:
jobs
:
PebbleStrict
:
PebbleStrict
:
...
...
.github/workflows/shellcheck.yml
View file @
918c8f92
name
:
Shellcheck
name
:
Shellcheck
on
:
[
push
,
pull_request
]
on
:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
jobs
:
jobs
:
formatCheck
:
formatCheck
:
...
...
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