Skip to content

Commit

Permalink
Correct ref in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Pugh committed Jul 18, 2024
1 parent b036d3d commit 2f65ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: build
if: |
github.repository == 'neracoos-open/MBON_DMAC'
&& github.ref == 'refs/heads/master'
&& github.ref == 'refs/heads/main'
steps:
- name: "Checkout"
Expand Down

0 comments on commit 2f65ca5

Please sign in to comment.