Skip to content

Commit f71dd2b

Browse files
committed
delete me
1 parent 43ebdf3 commit f71dd2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Test-CI-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
push: # Trigger the workflow on push to the specific branch
88
branches:
99
- main
10-
pull_request_target: # Trigger the workflow on pull requests targeting the specific branch
10+
- clean_ci
11+
pull_request: # Trigger the workflow on pull requests targeting the specific branch
1112
# Note: `pull_request_target` ensures that the tests run in the context of the `main` branch, not in the user's fork.
1213
branches:
1314
- main
15+
- clean_ci
1416

1517
workflow_dispatch:
1618

0 commit comments

Comments
 (0)