diff --git a/.github/workflows/post_release.yaml b/.github/workflows/post_release.yaml index efa4c2a53e0..d391afde304 100644 --- a/.github/workflows/post_release.yaml +++ b/.github/workflows/post_release.yaml @@ -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 }}