mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
fix: remove unneeded if in workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -97,8 +97,6 @@ jobs:
|
||||
path: ${{ github.workspace }}/*.tgz
|
||||
|
||||
build-binary:
|
||||
# Only release if we tag this with a version
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user