Skip to content

Merge pull request #8 from aboutbits/ab-449-fix-the-release-build #110

Merge pull request #8 from aboutbits/ab-449-fix-the-release-build

Merge pull request #8 from aboutbits/ab-449-fix-the-release-build #110

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit