Skip to content

Commit 84d2549

Browse files
committed
Only build PRs against develop
1 parent 0932fbc commit 84d2549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
- main
1010
pull_request:
1111
branches:
12-
- '**'
13-
- '!develop'
12+
- develop
1413

1514
jobs:
1615
test-cluster:

0 commit comments

Comments
 (0)