Skip to content

Commit 9d4507d

Browse files
committed
correct workflow
1 parent dde6476 commit 9d4507d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: build_test_package_publish
33
on:
44
push:
55
branches:
6-
- $default-branch
6+
- main
77
tags:
88
- "v*"
99

1010
pull_request:
1111
branches:
12-
- $default-branch
12+
- main
1313

1414
workflow_dispatch:
1515

0 commit comments

Comments
 (0)