Skip to content

Commit

Permalink
ci: Only deploy pages on main branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel committed Dec 1, 2024
1 parent 6106361 commit 85aba6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Deploy docs site to Pages
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
Expand Down

0 comments on commit 85aba6c

Please sign in to comment.