forked from cerc-io/laconic-faucet
Test docker build in PR
Publish zenith-faucet docker image on release / Run docker build and publish (pull_request) Failing after 34s
Publish zenith-faucet docker image on release / Run docker build and publish (pull_request) Failing after 34s
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
name: Publish zenith-faucet docker image on release
|
||||
|
||||
# on:
|
||||
# release:
|
||||
# types: [published]
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
pull_request:
|
||||
branches: [ milestone-3, main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: Lint and Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main, milestone-3 ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
lint-and-build:
|
||||
|
||||
Reference in New Issue
Block a user