Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Only trigger docs build on specific branches
Browse files Browse the repository at this point in the history
master, maintenance and devel only for now
  • Loading branch information
foosel committed Feb 10, 2023
1 parent a47b518 commit c01216c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Trigger doc build
on:
push:
branches:
- master
- maintenance
- devel
release:
types:
- released
Expand Down

0 comments on commit c01216c

Please sign in to comment.