Update test.yml
This commit is contained in:
parent
21eabecc43
commit
96fe04e165
1 changed files with 5 additions and 2 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -3,12 +3,15 @@ on:
|
|||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.yml'
|
||||
- '.github/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.yml'
|
||||
- '.github/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
name: "Test"
|
||||
permissions: {}
|
||||
|
|
Loading…
Reference in a new issue