diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 0321ed0116..2b4d756839 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -53,7 +53,7 @@ jobs: name: Create nightly/testing tarball runs-on: ubuntu-latest needs: froxlor - if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Checkout