Merge pull request #210 from microsoft/dilan/pack-publish-typo

Pack Publish Typo
This commit is contained in:
Chanel
2025-04-22 15:33:16 -07:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ on:
jobs:
check-branch:
if: github.ref != 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- run: echo "This workflow can only run on the 'main' branch." && exit 1