Skip to content

Commit

Permalink
Merge pull request #1716 from Automattic/fix/trigger-publish-docs-on-…
Browse files Browse the repository at this point in the history
…tag-push

Fix triggering publish docs workflow on tag push
  • Loading branch information
sjinks authored Mar 6, 2024
2 parents e2b7682 + 1a06675 commit 63d9fbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish docs

on:
release:
types: [published]
push:
tags:
- '*.*.*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 63d9fbf

Please sign in to comment.