Skip to content

Commit

Permalink
feat: Rename to Push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 9, 2024
1 parent 157cdff commit 307f5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tags: nestri:relay

build-docker-main:
name: Build image on release
name: Build image on main
if: ${{ github.event_name == 'release' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tags: nestri:runner

build-docker-main:
name: Build image on release
name: Build image on main
if: ${{ github.event_name == 'release' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 307f5b2

Please sign in to comment.