Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 9450a34

Browse files
authored
run workflow on updating related action (#177)
* run workflow on updating related action * add changeset
1 parent e77f632 commit 9450a34

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fabrix-framework/chakra-ui": patch
3+
"@fabrix-framework/fabrix": patch
4+
"@fabrix-framework/graphql-config": patch
5+
---
6+
7+
Add path to GitHub Actions' trigger.

.github/workflows/ci-examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'examples/**'
77
- '.github/workflows/ci-examples.yaml'
8+
- '.github/actions/build/action.yaml'
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'packages/**'
77
- '.github/workflows/ci-packages.yaml'
8+
- '.github/actions/ci/action.yaml'
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)