mirror of
https://github.com/github/codeql.git
synced 2026-05-25 08:37:20 +02:00
Merge pull request #210 from microsoft/dilan/pack-publish-typo
Pack Publish Typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user