Skip to content

Commit fad67a3

Browse files
Merge pull request #1160 from microsoftgraph/previewCondition
Update preview-and-release.yml
2 parents a624111 + 30fda2e commit fad67a3

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
@@ -17,7 +17,7 @@ env:
1717

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

0 commit comments

Comments
 (0)