Shellcheck
This commit is contained in:
parent
c23628dbc4
commit
81228f6bc1
1 changed files with 1 additions and 9 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -1,18 +1,10 @@
|
|||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
paths:
|
||||
- '**/*.sh'
|
||||
- '.github/workflows/test.yml'
|
||||
- '.github/workflows/check.yml'
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*.sh'
|
||||
- '.github/workflows/test.yml'
|
||||
- '.github/workflows/check.yml'
|
||||
|
||||
|
||||
name: "Test"
|
||||
permissions: {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue