Skip to content

Bump semver from 5.7.1 to 5.7.2 in /template #45

Bump semver from 5.7.1 to 5.7.2 in /template

Bump semver from 5.7.1 to 5.7.2 in /template #45

name: CI - Develop/Next/Main
on:
pull_request:
branches: [ develop, next, main ]
paths:
- template/**/*
jobs:
run_lint:
uses: ./.github/workflows/w-run-linters.yml
run_test:
if: ${{ success() }}
uses: ./.github/workflows/w-run-tests.yml
needs: [ run_lint ]