Skip to content

chore: merge remote-tracking branch 'origin/main' into fix/pascal-cas… #8

chore: merge remote-tracking branch 'origin/main' into fix/pascal-cas…

chore: merge remote-tracking branch 'origin/main' into fix/pascal-cas… #8

Workflow file for this run

name: 'ci'
on:
push:
branches:
- '**'
pull_request:
branches:
- main
- minor
jobs:
test:
if: ${{ ! startsWith(github.event.head_commit.message, 'release:') && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) }}
uses: ./.github/workflows/test.yml