Skip to content

Commit

Permalink
docs: add push condition from post release
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Nov 12, 2024
1 parent 8ed370a commit 5bb1f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
workflows: ["Release to Production"]
types: [completed]
workflow_dispatch:
push: # Remove after testing
branches:
- caching-packs-doc-1460

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5bb1f25

Please sign in to comment.