workflows: run CI on master or pull request only

This commit is contained in:
Dawid Dziurla
2020-08-25 09:18:29 +02:00
committed by GitHub
parent f05adb4f99
commit bd8f198beb

View File

@@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- '**'
- master
pull_request:
jobs: