feat: add ticket brand to voucher payment #96
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CD STG AND PHP8 | |
on: | |
pull_request: | |
branches: ["stg"] | |
types: closed | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
call-workflow-cd: | |
uses: pagarme/magento2/.github/workflows/cd_reusable.yml@master | |
with: | |
matrix_tags: "['stg', 'php8']" | |
secrets: | |
inherit |