Add test route to avoid the shadow root/having to render the global nav #21
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
test: | |
if: github.ref_type == 'branch' && github.ref_name != 'main' | |
uses: ./.github/workflows/test.yml | |
# code_quality: | |
# if: github.ref_type == 'branch' && github.ref_name != 'main' | |
# uses: ./.github/workflows/code_quality.yml |