Extract Tpay Single Channel Pay-by-link as a separate payment method #568
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: Continuous Integration (PR) | |
on: | |
pull_request: | |
paths-ignore: | |
- ".platform/**" | |
- "*.md" | |
push: | |
branches: | |
- main | |
workflow_dispatch: ~ | |
concurrency: | |
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal | |
cancel-in-progress: true | |
jobs: | |
ci: | |
name: CI | |
uses: ./.github/workflows/ci.yaml | |
with: | |
type: "pr" | |
secrets: inherit |