Update test.yml
This commit is contained in:
parent
4c953bea39
commit
e4038aa125
1 changed files with 10 additions and 0 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -1,8 +1,18 @@
|
|||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/test.yml'
|
||||
- '**/build.yml'
|
||||
- '**/README.md'
|
||||
- '**/docker-compose.yml'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/test.yml'
|
||||
- '**/build.yml'
|
||||
- '**/README.md'
|
||||
- '**/docker-compose.yml'
|
||||
|
||||
name: "Test"
|
||||
permissions: {}
|
||||
|
|
Loading…
Reference in a new issue