Skip to content

Commit 00d6605

Browse files
NO-SNOW: Run test when targeting branches other than main (#2221)
1 parent a4c6b9d commit 00d6605

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ on:
1010
- v*
1111
pull_request:
1212
branches:
13-
- master
14-
- main
15-
- prep-**
16-
- dev/aio-connector
13+
- '**'
1714
workflow_dispatch:
1815
inputs:
1916
logLevel:

0 commit comments

Comments
 (0)