diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 94693131f..9938c2045 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -6,7 +6,8 @@ on: # Cannot filter on both branches (release) and tags - it's ORed tags: - '[0-9]+.[0-9]+.[0-9]+' - - '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+(\.[0-9]+)?' + - '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+' env: # Our build metadata