diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 84bbfa8..43a22b6 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -2,6 +2,7 @@ name: CI on: push: branches: [ "main" ] + pull_request: workflow_dispatch: jobs: @@ -16,7 +17,7 @@ jobs: - mariadb:11 steps: - name: Setup Shopware - uses: shopware/setup-shopware@main + uses: ${{ github.repository }}@${{ github.commit }} with: mysql-version: ${{ matrix.mysql }} install: 'true' @@ -25,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Shopware - uses: shopware/setup-shopware@main + uses: ${{ github.repository }}@${{ github.commit }} with: install: 'true' installStorefront: 'true' @@ -34,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Shopware - uses: shopware/setup-shopware@main + uses: ${{ github.repository }}@${{ github.commit }} with: install: 'true' installAdmin: 'true'