Skip to content

BRAIN-43 - Implemented integration workflow #2

BRAIN-43 - Implemented integration workflow

BRAIN-43 - Implemented integration workflow #2

Workflow file for this run

name: App Zip
on:
workflow_dispatch:
pull_request:
paths:
- 'Resources/**/*'
- 'templates/manifest.xml.twig'
- '.shopware-extension.yml'
- .github/workflows/app-zip.yml
jobs:
zip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-php
- name: Generate manifest.xml
run: composer setup:manifest -f --env=prod
- uses: shopware/github-actions/build-zip@main
with:
extensionName: SwagBraintreeApp