Skip to content

Commit 9d2b383

Browse files
authored
chore(act): run act tests when actions or cd workflow change (#526)
1 parent 7acc32d commit 9d2b383

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr-checks-test-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ on:
88
- "tests/**"
99
- ".github/workflows/pr-checks-test-ci.yml"
1010
- ".github/workflows/ci.yml"
11+
- ".github/workflows/cd.yml"
12+
- "actions/internal/**"
13+
- "actions/plugins/publish/**"
1114
push:
1215
branches:
1316
- main
1417
paths:
1518
- "tests/**"
1619
- ".github/workflows/pr-checks-test-ci.yml"
1720
- ".github/workflows/ci.yml"
21+
- ".github/workflows/cd.yml"
22+
- "actions/internal/**"
23+
- "actions/plugins/publish/**"
1824

1925
concurrency:
2026
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)