We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acc32d commit 9d2b383Copy full SHA for 9d2b383
1 file changed
.github/workflows/pr-checks-test-ci.yml
@@ -8,13 +8,19 @@ on:
8
- "tests/**"
9
- ".github/workflows/pr-checks-test-ci.yml"
10
- ".github/workflows/ci.yml"
11
+ - ".github/workflows/cd.yml"
12
+ - "actions/internal/**"
13
+ - "actions/plugins/publish/**"
14
push:
15
branches:
16
- main
17
paths:
18
19
20
21
22
23
24
25
concurrency:
26
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments