Update build.yml
This commit is contained in:
parent
87ffb989ea
commit
4c953bea39
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue