|
@@ -1,13 +1,17 @@
|
|
|
name: Release Subpackages
|
|
name: Release Subpackages
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
|
|
+ push:
|
|
|
|
|
+ branches:
|
|
|
|
|
+ - master
|
|
|
|
|
+ paths:
|
|
|
|
|
+ - .github/workflows/release-subpackages.yml
|
|
|
workflow_run:
|
|
workflow_run:
|
|
|
workflows: ["Node CI for app development"]
|
|
workflows: ["Node CI for app development"]
|
|
|
types:
|
|
types:
|
|
|
- completed
|
|
- completed
|
|
|
branches:
|
|
branches:
|
|
|
- master
|
|
- master
|
|
|
- - dev/*.*.*
|
|
|
|
|
|
|
|
|
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
|
|