Skip to content

Commit

Permalink
Fix main branch for CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed May 9, 2024
1 parent 338c67f commit 354c063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tbd-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
deploy:
needs: test-build
# Siwtch to refs/heads/main when merged
if: github.ref == 'refs/heads/refactor/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
concurrency:
group: cms-deploy
Expand Down

0 comments on commit 354c063

Please sign in to comment.