Skip to content

Commit 688b0fa

Browse files
committed
fix: Update Test Workflow triggers
1 parent 8152ea7 commit 688b0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: RUN_SOFTWARE_TESTS
33

44
on:
55
# Run this workflow when any pull requests are opened
6-
7-
pull_request_target:
8-
types: [opened]
6+
workflow_dispatch:
7+
pull_request:
8+
types: [opened, synchronize, reopened]
99

1010
permissions:
1111
pull-requests: write

0 commit comments

Comments
 (0)