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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: 'master'
|
||||
push:
|
||||
branches: 'master'
|
||||
tags: '*'
|
||||
paths:
|
||||
- '.github/workflows/build.yml'
|
||||
- 'Dockerfile'
|
||||
- 'entrypoint.sh'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -3,8 +3,16 @@ name: test
|
||||
on:
|
||||
pull_request:
|
||||
branches: master
|
||||
paths:
|
||||
- '.github/workflows/test.yml'
|
||||
- 'Dockerfile'
|
||||
- 'entrypoint.sh'
|
||||
push:
|
||||
branches: master
|
||||
paths:
|
||||
- '.github/workflows/test.yml'
|
||||
- 'Dockerfile'
|
||||
- 'entrypoint.sh'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user