Skip to content

Instantly share code, notes, and snippets.

@usmansaleem
Created March 3, 2023 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usmansaleem/738fe756b09ef7dc4bc02fc2b1746e74 to your computer and use it in GitHub Desktop.
Save usmansaleem/738fe756b09ef7dc4bc02fc2b1746e74 to your computer and use it in GitHub Desktop.
Github action - run workflow after another workflow
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