Fix: CI only on master

This commit is contained in:
Poolitzer 2021-03-08 13:15:22 +01:00 committed by GitHub
parent 70f421b787
commit eeaf3496d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build-and-test: