Skip to content

Commit

Permalink
Add github.ref_name == master in registry-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudra-iitm committed Dec 15, 2024
1 parent aac3090 commit d06550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

publish-rock:
needs: build-rock
if: github.ref_name == 'main'
if: github.ref_name == 'main' || github.ref_name == 'master'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit d06550a

Please sign in to comment.