[CI] only run on master pushes and all PRs

This commit is contained in:
Mathis Logemann 2022-08-17 18:26:19 +02:00
parent a1596e4dad
commit 13c4719912

View file

@ -2,11 +2,11 @@ name: Build and Test
on:
push:
branches:
- "master"
pull_request:
branches-ignore:
- "no-ci-*"
pull_request:
branches:
- "**"
jobs:
checkSource: