Skip to content

Commit

Permalink
change develop to main for github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Aug 22, 2024
1 parent 5e1cd7f commit 07dce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run build

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down

0 comments on commit 07dce39

Please sign in to comment.