Skip to content

Commit c45f2e2

Browse files
Merge pull request #369 from microsoftgraph/dependency-condition-hotfix
Update preview-and-release.yml
2 parents d5bd1fe + b521c89 commit c45f2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
maven_Preview:
19-
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/dev/feature/6.0'}}
19+
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/feature/6.0'}}
2020
environment:
2121
name: maven_central_snapshot
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)