Skip to content

Commit

Permalink
update release-subpackages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed May 29, 2024
1 parent 721630d commit f6b7470
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-subpackages.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Release Subpackages

on:
push:
branches:
- master
paths:
- .github/workflows/release-subpackages.yml
workflow_run:
workflows: ["Node CI for app development"]
types:
- completed
branches:
- master
- dev/*.*.*

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit f6b7470

Please sign in to comment.