ci: run checks when creating and synchronizing PRs
Build'n check / run-ci-linux (pull_request) Has been skipped Details
Build'n check / Check Template and Build example (pull_request) Successful in 2m33s Details
Build'n check / release (pull_request) Has been skipped Details

This commit is contained in:
Sven Vogel 2024-11-25 10:46:12 +01:00
parent 23dd278e8d
commit e2a9bd0fd6
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
name: Build'n check
run-name: Performing Typst compilation
on:
push:
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
run-ci-linux:
runs-on: ubuntu-latest