Skip to content

Commit

Permalink
Only build docs on master pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 13, 2024
1 parent 08b1d29 commit 6af3bd3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: build docs
on: push
#on:
# push:
# branches:
# - master
on:
push:
branches:
- master

jobs:
build_docs:
Expand Down

0 comments on commit 6af3bd3

Please sign in to comment.