We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2314b84 commit badedd3Copy full SHA for badedd3
.github/workflows/package.yml
@@ -126,8 +126,7 @@ jobs:
126
path: ${{ github.workspace }}/packages/**/*.nupkg
127
128
az-artifacts-build-and-deploy:
129
- if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.deployToDevFeed == 'true' }}
130
- # if: ${{ github.ref == 'refs/heads/main' }}
+ #if: ${{ github.ref == 'refs/heads/main' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deployToDevFeed == 'true') }}
131
needs: sign
132
runs-on: ubuntu-latest
133
steps:
0 commit comments