Skip to content

Commit

Permalink
conditional deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
karmencj committed Aug 30, 2021
1 parent dfdd028 commit 6fec722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: omsf/omsf.github.io
Expand Down

0 comments on commit 6fec722

Please sign in to comment.