Skip to content

Commit

Permalink
fix push action
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-blafasl committed Aug 29, 2024
1 parent 8b93edb commit b27b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
deploy_pre:
# deploy to gh-pages only if push to master or develop
if: ${{ (github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/develop')) }}
if: ${{ (github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/develop') }}
runs-on: ubuntu-latest
steps:
- name: Checkout BITS
Expand Down

0 comments on commit b27b1be

Please sign in to comment.