Skip to content

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

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.changeset/grumpy-clouds-collect.md

+7
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

+1
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

+1
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)