mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-14 05:45:03 +00:00
Revert condition change
This commit is contained in:
parent
f162c02323
commit
de436c4c9a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
PREVIEW_STORAGE_KEY: ${{ secrets.PREVIEW_STORAGE_KEY }}
|
||||
nuget:
|
||||
name: Publish Nuget
|
||||
#if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')
|
||||
if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
nugetmpac:
|
||||
name: Publish Nuget MPAC
|
||||
#if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')
|
||||
if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user