Skip to content

Commit 2622c80

Browse files
committed
Reinstate branch filter
1 parent d0dcc84 commit 2622c80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ workflows:
284284
- airflow_docker_tests:
285285
requires:
286286
- style_and_cicd_tests
287-
#filters:
288-
# branches:
289-
# only:
290-
# - main
287+
filters:
288+
branches:
289+
only:
290+
- main
291291
- engine_tests_docker:
292292
name: engine_<< matrix.engine >>
293293
matrix:

0 commit comments

Comments
 (0)