Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: ${{ github.ref_name == "master" }}
|
||||
if: ${{ github.ref_name == 'master' }}
|
||||
|
||||
# Build
|
||||
- name: Build project
|
||||
|
||||
Reference in New Issue
Block a user