Skip to content

Commit

Permalink
fix: fix branch typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmjustinchan committed Dec 5, 2024
1 parent 3c5ed06 commit 308244f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/avs_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "[Nethermind] Taiko Preconf AVS - Docker build and push"
on:
workflow_dispatch:
push:
branches: [main]
branches: [master]
tags:
- "taiko-preconf-avs-v*"
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/avs_protocol_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "[Nethermind] Taiko Preconf AVS Protocol- Docker build and push"
on:
workflow_dispatch:
push:
branches: [main]
branches: [master]
tags:
- "taiko-preconf-avs-protocol-v*"
paths:
Expand Down

0 comments on commit 308244f

Please sign in to comment.