Skip to content

Commit 9bebc53

Browse files
committed
fix: restore next version releasing
1 parent 6cfcede commit 9bebc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-and-pr.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
release-device-manager:
7676
name: Release package
7777
runs-on: ubuntu-24.04
78-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/2-dev') }}
78+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/2-dev') }}
7979
needs: [functional-tests]
8080
permissions:
8181
contents: write

0 commit comments

Comments
 (0)