Skip to content

Commit 742b0e5

Browse files
committed
delete me
1 parent f71dd2b commit 742b0e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ name: "Test Library CI (main)"
44
# PRs from users (should be from a fork) need to targePrint repository namet `main` branch which runs against `prod` environment
55

66
on:
7-
push: # Trigger the workflow on push to the specific branch
7+
push:
88
branches:
99
- main
10-
- clean_ci
11-
pull_request: # Trigger the workflow on pull requests targeting the specific branch
10+
- clean_ci_3
11+
pull_request_target:
1212
# Note: `pull_request_target` ensures that the tests run in the context of the `main` branch, not in the user's fork.
1313
branches:
1414
- main
15-
- clean_ci
15+
- clean_ci_3
1616

1717
workflow_dispatch:
1818

0 commit comments

Comments
 (0)