Skip to content

Commit

Permalink
Promotion no longer triggers workflow implicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jan 6, 2025
1 parent 9ab2617 commit 1098c33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
push:
tags:
- "v*.*.*" # all semver release tags
workflow_run:
workflows:
- Tests
branches:
- stable
- main
types:
- completed

jobs:
publish-docs:
Expand Down

0 comments on commit 1098c33

Please sign in to comment.