fix: ci problem

This commit is contained in:
estrella
2023-06-12 22:34:56 +08:00
parent 762257c581
commit 9ca970cd0e

View File

@@ -27,7 +27,7 @@ jobs:
build-webui:
if: >
(github.event_name == 'pull_request') ||
(github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta'))
(github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta')))
runs-on: ubuntu-latest
needs: [test]
steps: