Skip to content

Commit

Permalink
run eas workflow after node.js workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Aug 27, 2023
1 parent e01dc14 commit 3f5b61b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/eas_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches:
- main
workflow_run:
workflows:
- "Node.js CI" # Replace with the actual name of your node.js.yml workflow
types:
- completed

jobs:
build:
Expand Down

0 comments on commit 3f5b61b

Please sign in to comment.