Update to actual CI triggers
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 18s

This commit is contained in:
Nabarun 2025-07-14 20:10:28 +05:30
parent 8d07261fc6
commit ddf5649fb4
2 changed files with 3 additions and 7 deletions

View File

@ -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:

View File

@ -2,7 +2,7 @@ name: Lint and Build
on:
pull_request:
branches: [ main ]
branches: [ main, milestone-3 ]
jobs:
lint-and-build: