Skip to content

Commit

Permalink
chore: disabled github pages to be run on non master
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Aug 29, 2024
1 parent dc38d1d commit 06ea7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ concurrency:
jobs:
# Build job
build:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: release
steps:
Expand Down

0 comments on commit 06ea7d8

Please sign in to comment.