Skip to content

Commit

Permalink
Set branch check in workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Oct 1, 2024
1 parent 0b04a31 commit e72a8f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release
on:
push:
branches:
- main
- 392-e2e-in-ci
workflow_run:
workflows: ["Node.js CI"]
types:
- completed
branches:
- main
- 392-e2e-in-ci

permissions:
contents: read # for checkout
Expand Down

0 comments on commit e72a8f4

Please sign in to comment.