Skip to content

Commit

Permalink
ci: configure jobs for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 24, 2024
1 parent a916447 commit 894a3a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 894a3a5

Please sign in to comment.