Skip to content

Commit badedd3

Browse files
committed
temporarily enable deploy to azdo artifacts on every package build
1 parent 2314b84 commit badedd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ jobs:
126126
path: ${{ github.workspace }}/packages/**/*.nupkg
127127

128128
az-artifacts-build-and-deploy:
129-
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.deployToDevFeed == 'true' }}
130-
# if: ${{ github.ref == 'refs/heads/main' }}
129+
#if: ${{ github.ref == 'refs/heads/main' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deployToDevFeed == 'true') }}
131130
needs: sign
132131
runs-on: ubuntu-latest
133132
steps:

0 commit comments

Comments
 (0)