Skip to content

Commit

Permalink
Merge pull request #43 from kushalmahapatro/fix/github-actions
Browse files Browse the repository at this point in the history
chore: Create tag workflow updated
  • Loading branch information
kushalmahapatro authored Sep 4, 2023
2 parents 4af1c99 + 2ca6375 commit 380ecb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Create Tag and Publish to pub.dev

on:
pull_request:
types:
- closed
workflow_run:
workflows: ["Trigger Create Tag and Publish Workflow on PR Merge", "Check Version"]
types:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/trigger_on_pr_merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Trigger Create Tag and Publish Workflow on PR Merge

on:
pull_request:
types:
- closed
workflow_call:
secrets:
TRIGGER_CREATE_TAG_AND_PUBLISH:
Expand All @@ -10,9 +13,7 @@ on:
Set to false to not trigger the Create Tag and Publish workflow.
Set to anything else to not trigger the Create Tag and Publish workflow.
pull_request:
types:
- closed

jobs:
trigger-create-tag-and-publish:
Expand Down

0 comments on commit 380ecb3

Please sign in to comment.