Skip to content

Commit 5938b10

Browse files
author
l
committed
fix yaml
1 parent 35ff91d commit 5938b10

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test-sdc-tasks.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Test SDC Tasks
22

3-
on: pull_request
4-
paths:
5-
- 'individual-shell-tools/**.sh'
6-
- 'shell-pipelines/**.sh'
7-
- 'jq/*.sh'
3+
on:
4+
pull_request:
5+
paths:
6+
- 'individual-shell-tools/**.sh'
7+
- 'shell-pipelines/**.sh'
8+
- 'jq/*.sh'
89
pull_request_target:
910
types:
1011
- labeled

0 commit comments

Comments
 (0)