mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update build.yml
This commit is contained in:
parent
87ffb989ea
commit
4c953bea39
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -3,8 +3,18 @@ name: Build
|
|||||||
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'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user