Created
March 3, 2023 11:02
-
-
Save usmansaleem/738fe756b09ef7dc4bc02fc2b1746e74 to your computer and use it in GitHub Desktop.
Github action - run workflow after another workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Release" | |
permissions: | |
contents: "write" | |
on: | |
workflow_run: | |
workflows: ["Tag"] | |
types: | |
- "completed" | |
jobs: | |
... | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment