We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71dd2b commit 742b0e5Copy full SHA for 742b0e5
.github/workflows/Test-CI-main.yml
@@ -4,15 +4,15 @@ name: "Test Library CI (main)"
4
# PRs from users (should be from a fork) need to targePrint repository namet `main` branch which runs against `prod` environment
5
6
on:
7
- push: # Trigger the workflow on push to the specific branch
+ push:
8
branches:
9
- main
10
- - clean_ci
11
- pull_request: # Trigger the workflow on pull requests targeting the specific branch
+ - clean_ci_3
+ pull_request_target:
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