We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfcede commit 9bebc53Copy full SHA for 9bebc53
.github/workflows/push-and-pr.workflow.yaml
@@ -75,7 +75,7 @@ jobs:
75
release-device-manager:
76
name: Release package
77
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') }}
+ 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') }}
79
needs: [functional-tests]
80
permissions:
81
contents: write
0 commit comments