Skip to content

Commit fd02fdf

Browse files
committed
test
1 parent 526b034 commit fd02fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
should_continue: ${{ steps.check-should-continue.outputs.should_continue }}
4040
if: |
4141
(github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'pack') || contains(github.event.pull_request.labels.*.name, 'publish')))
42-
|| ( github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith( github.ref, 'refs/tags/release-' ) || contains( github.ref, 'refs/tags/pack_publish' ) ) )
42+
|| ( github.event_name == 'push' && ( github.ref == 'refs/heads/test' || startsWith( github.ref, 'refs/tags/release-' ) || contains( github.ref, 'refs/tags/pack_publish' ) ) )
4343
steps:
4444
- name: Checkout repository
4545
uses: actions/checkout@v3

0 commit comments

Comments
 (0)