ci: run on PR and push to non main branch
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Has been skipped Details

This commit is contained in:
Sven Vogel 2024-11-25 16:29:13 +01:00
parent 1d6a900fca
commit c8b56e1f7c
1 changed files with 3 additions and 3 deletions

View File

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