Skip to content

Commit

Permalink
Only deploy passing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Aug 7, 2024
1 parent 8027b3e commit 34b5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: prComplete
# if: github.ref == 'refs/heads/main'
steps:
- name: Clone repository
Expand Down

0 comments on commit 34b5cd4

Please sign in to comment.