This repository was archived by the owner on Jul 19, 2025. It is now read-only.
fix(runtime-vapor): fix slots render level mess up #2221
This file contains hidden or 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: | |
- '**' | |
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 |