Skip to content

Commit d604805

Browse files
committed
delete me
1 parent 43ebdf3 commit d604805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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+
- clean_ci
1011
pull_request_target: # 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)