Mini cart Amazon button do not add viewed product to cart after click #64
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: Trigger | |
on: | |
pull_request: | |
push: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
php73oxid63: | |
name: 'PHP-7.3-OXID-6.3' | |
uses: ./.github/workflows/development.yml | |
secrets: inherit | |
with: | |
php: '7.3' | |
oxid: '6.3' |