Fix branch checking in build-manager.yml by changing 'susfs' to 'main'
This commit is contained in:
2
.github/workflows/build-manager.yml
vendored
2
.github/workflows/build-manager.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
fi
|
fi
|
||||||
if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == 'refs/heads/susfs' ]; then
|
if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == 'refs/heads/main' ]; then
|
||||||
need_upload=true
|
need_upload=true
|
||||||
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
|
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
|
||||||
need_upload="${{ inputs.upload_lkm }}"
|
need_upload="${{ inputs.upload_lkm }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user