Skip to content

Commit 79e07fa

Browse files
reinstate test filters
1 parent 46073d0 commit 79e07fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ workflows:
303303
- bigquery
304304
- clickhouse-cloud
305305
- athena
306-
# filters:
307-
# branches:
308-
# only:
309-
# - main
306+
filters:
307+
branches:
308+
only:
309+
- main
310310
- ui_style
311311
- ui_test
312312
- vscode_test

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ on:
22
push:
33
branches:
44
- main
5-
# pull_request:
6-
# branches:
7-
# - main
5+
pull_request:
6+
branches:
7+
- main
88
concurrency:
99
group: 'pr-${{ github.event.pull_request.number }}'
1010
cancel-in-progress: true

0 commit comments

Comments
 (0)