Skip to content

Commit

Permalink
refs #147: The gh pages deploy workflow triggers are now related to t…
Browse files Browse the repository at this point in the history
…he actual release, not pushes on testing branch.
  • Loading branch information
stickgrinder committed Mar 17, 2024
1 parent 803a507 commit ea3f06c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: Publish updated documentation

# on:
# push:
# tags:
# - "v*.*.*"
# - "v*.*.*-alpha*"
# - "v*.*.*-beta*"
# - "v*.*.*-rc*"

on:
push:
branches:
- feature/147-docs-release-automation
tags:
- "v*.*.*"
- "v*.*.*-alpha*"
- "v*.*.*-beta*"
- "v*.*.*-rc*"

jobs:
deploy-gh-pages:
Expand Down

0 comments on commit ea3f06c

Please sign in to comment.