Skip to content

Commit b88a85f

Browse files
committed
Add pull_request trigger for testing
1 parent 42a7476 commit b88a85f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cli-integration-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,20 @@ on:
2727
branches:
2828
- main
2929
- master
30+
# Note: pull_request_target runs workflow from BASE branch
31+
# Once merged to main, remove pull_request trigger and keep only pull_request_target
3032
pull_request_target:
3133
types: [labeled]
3234
branches:
3335
- main
3436
- master
37+
# Temporary: Using pull_request to test before merging to main
38+
# This runs the workflow from the PR branch
39+
pull_request:
40+
types: [opened, synchronize, reopened, labeled]
41+
branches:
42+
- main
43+
- master
3544

3645
concurrency:
3746
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}

0 commit comments

Comments
 (0)