Skip to content

Commit 3f25a23

Browse files
committed
Update test built package trigger
1 parent 72f55c6 commit 3f25a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Test built package
33
on:
44
pull_request:
55
branches:
6-
- 'release/**'
7-
- 'prerelease/**'
6+
- main
87

98
jobs:
109
test-build:
10+
if: startsWith(github.head_ref, 'release/') || startsWith(github.head_ref, 'prerelease/')
1111
name: Test build
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)