Update workflows
This commit is contained in:
parent
bfcb34f6f4
commit
7f5f161300
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,11 +1,13 @@
|
|||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches: 'master'
|
|
||||||
push:
|
push:
|
||||||
branches: 'master'
|
branches: 'master'
|
||||||
tags: '*'
|
tags: '*'
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/build.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'entrypoint.sh'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -3,8 +3,16 @@ name: test
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: master
|
branches: master
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/test.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'entrypoint.sh'
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: master
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/test.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'entrypoint.sh'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user