diff --git a/.github/workflows/ci_web.yml b/.github/workflows/ci_web.yml index 40c3e3656b..df11da2bf2 100644 --- a/.github/workflows/ci_web.yml +++ b/.github/workflows/ci_web.yml @@ -5,7 +5,7 @@ jobs: ci: name: ci runs-on: ubuntu-latest - if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v') + if: github.event_name != 'push' defaults: run: working-directory: web