We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ebdf3 commit f71dd2bCopy full SHA for f71dd2b
.github/workflows/Test-CI-main.yml
@@ -7,10 +7,12 @@ on:
7
push: # Trigger the workflow on push to the specific branch
8
branches:
9
- main
10
- pull_request_target: # Trigger the workflow on pull requests targeting the specific branch
+ - clean_ci
11
+ pull_request: # Trigger the workflow on pull requests targeting the specific branch
12
# Note: `pull_request_target` ensures that the tests run in the context of the `main` branch, not in the user's fork.
13
14
15
16
17
workflow_dispatch:
18
0 commit comments