Sync
This commit is contained in:
parent
bca87e3d40
commit
fcedd129f3
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -4,11 +4,15 @@ on:
|
|||
- 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