Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed May 7, 2024
1 parent bbeab3c commit 33aa639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/upload-pages-artifact@v1
with:
path: build
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
- uses: actions/deploy-pages@v2
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
if: github.ref == 'refs/heads/master' && github.event_name == 'push'

0 comments on commit 33aa639

Please sign in to comment.