Skip to content

refactor(ci): simplify ci #69

refactor(ci): simplify ci

refactor(ci): simplify ci #69

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 ]