forked from cerc-io/laconic-faucet
Update to actual CI triggers
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 18s
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 18s
This commit is contained in:
parent
8d07261fc6
commit
ddf5649fb4
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -1,12 +1,8 @@
|
||||
name: Publish zenith-faucet docker image on release
|
||||
|
||||
# on:
|
||||
# release:
|
||||
# types: [published]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ milestone-3, main ]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/lint-and-build.yml
vendored
2
.github/workflows/lint-and-build.yml
vendored
@ -2,7 +2,7 @@ name: Lint and Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, milestone-3 ]
|
||||
|
||||
jobs:
|
||||
lint-and-build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user