Test docker build in PR
Publish zenith-faucet docker image on release / Run docker build and publish (pull_request) Failing after 34s

This commit is contained in:
2025-07-14 19:10:46 +05:30
parent 115ac12138
commit 8d07261fc6
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -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:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Lint and Build
on:
pull_request:
branches: [ main, milestone-3 ]
branches: [ main ]
jobs:
lint-and-build: