Skip to content

Commit 166e725

Browse files
author
l
committed
allow modifications on all pull requests
1 parent a20e634 commit 166e725

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ on:
66
- 'individual-shell-tools/**.sh'
77
- 'shell-pipelines/**.sh'
88
- 'jq/*.sh'
9+
pull_request:
10+
paths:
11+
- 'individual-shell-tools/**.sh'
12+
- 'shell-pipelines/**.sh'
13+
- 'jq/*.sh'
14+
types:
15+
- labeled
16+
- opened
17+
- edited
18+
- reopened
919
pull_request_target:
1020
paths:
1121
- 'individual-shell-tools/**.sh'

0 commit comments

Comments
 (0)