Skip to content

Commit abbe3a8

Browse files
remove branch filters from test-application workflow
- Eliminated specific branch filters for the test-application workflow to allow broader execution of full test suite (will later create a fast-test version and limit full test suite to PRs)
1 parent 7b23bf9 commit abbe3a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,4 @@ workflows:
329329
name: test-application
330330
context:
331331
- org-global
332-
filters:
333-
branches:
334-
only:
335-
- main
336-
- /preview\/.*/
332+

0 commit comments

Comments
 (0)