Skip to content

Commit

Permalink
Merge pull request #8 from neracoos-open/deployment
Browse files Browse the repository at this point in the history
Updating Git branch ref in build action
  • Loading branch information
Dylan-Pugh committed Jul 18, 2024
2 parents dc72710 + e7df9eb commit 1900c43
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 1900c43

Please sign in to comment.