mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update test.yml
This commit is contained in:
parent
4c953bea39
commit
e4038aa125
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -1,8 +1,18 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/test.yml'
|
||||||
|
- '**/build.yml'
|
||||||
|
- '**/README.md'
|
||||||
|
- '**/docker-compose.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/test.yml'
|
||||||
|
- '**/build.yml'
|
||||||
|
- '**/README.md'
|
||||||
|
- '**/docker-compose.yml'
|
||||||
|
|
||||||
name: "Test"
|
name: "Test"
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user