Skip to content

fix: update test flow #2

fix: update test flow

fix: update test flow #2

# This workflow runs tests on all non-master branches to ensure code stability and quality before merging.
name: Run Tests
on:
push:
branches-ignore:
- master
jobs:
test:
uses: ./.github/workflows/test.yml