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:
|
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…
Reference in a new issue