only trigger ci on master branch and pull requests

This commit is contained in:
Jörg Thalheim 2023-09-19 07:29:42 +02:00 committed by mergify[bot]
parent cf88c13ca6
commit f6bb34a52a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: "Test"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest