mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20: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:
|
||||
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'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user