Skip to content

Commit

Permalink
Merge pull request #15 from fabric-testbed/bugfix/github-action
Browse files Browse the repository at this point in the history
change develop to main for github.ref
  • Loading branch information
suejinkim20 authored Aug 22, 2024
2 parents 5e1cd7f + 07dce39 commit 3e8e3f0
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 3e8e3f0

Please sign in to comment.