Skip to content

Commit

Permalink
#1077: automatically run Dev workflow after automated npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
laingsimon authored Nov 3, 2024
1 parent 7a92c09 commit a90cda6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
types: [opened,reopened,synchronize]
branches:
- 'main'
workflow_run:
workflows: ['Automated npm update']
types:
- completed

jobs:
branch-name:
Expand Down

0 comments on commit a90cda6

Please sign in to comment.