Merge pull request #4338 from mathisloge/fix/ci-run

[CI] only run on master pushes and all PRs
This commit is contained in:
Artem Pavlenko 2022-08-18 11:08:37 +01:00 committed by GitHub
commit 019af0ad1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: