Skip to content

Commit

Permalink
Try to reduce the actions running on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdestgermain authored Jan 8, 2025
1 parent 78aea0a commit eadfbf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Sphinx
on: [push, workflow_dispatch]
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
Expand Down

0 comments on commit eadfbf2

Please sign in to comment.