Skip to content

Commit 6817958

Browse files
committed
#98 pull request target
1 parent 45a1561 commit 6817958

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test_suite_main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Test suite
22

33
on:
44
# Trigger the workflow on certain events
5-
pull_request:
6-
branches:
5+
pull_request_target:
76
- main
87

98
# Enable manual triggering from the Actions tab

.github/workflows/test_suite_psyclone_v3.1.0.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Test suite
22

33
on:
44
# Trigger the workflow on certain events
5-
pull_request:
6-
branches:
5+
pull_request_target:
76
- psyclone-3.1.0
87

98
# Enable manual triggering from the Actions tab

0 commit comments

Comments
 (0)