Skip to content

Commit

Permalink
chore: gh pages only on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 20, 2024
1 parent fd224a7 commit 6d5fb72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name: Github Pages

on:
pull_request:
push:
branches:
- master
- "v*.*.*"
- "build/docs-website" # TODO remove after it's merged
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand All @@ -16,7 +15,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"

docs:
gh-pages:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 6d5fb72

Please sign in to comment.