Skip to content

Commit

Permalink
chore: change deploy trigger to legacy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Nov 2, 2023
1 parent 8e1e661 commit c48d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Deploy app to GitHub Pages
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/legacy'
steps:
- uses: actions/checkout@v3
- name: Download artifact
Expand Down

0 comments on commit c48d37f

Please sign in to comment.