Skip to content

Commit 5e52581

Browse files
authored
Do not invoke Circle CI on Pull Requests. (#15664)
1 parent 454b4e6 commit 5e52581

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,14 @@ workflows:
5656
matrix:
5757
parameters:
5858
node-version: ['18', '20', '22', '24']
59-
- test-jest-jasmine
59+
filters:
60+
branches:
61+
only: main
62+
pull_requests:
63+
ignore: /.*/
64+
- test-jest-jasmine:
65+
filters:
66+
branches:
67+
only: main
68+
pull_requests:
69+
ignore: /.*/

0 commit comments

Comments
 (0)