only run ci on push to master

This commit is contained in:
Marin Petrunić 2021-01-27 12:03:43 +01:00
parent fd99dc88fe
commit 94e4ffe0a5
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -2,6 +2,8 @@ name: CI
on: on:
push: push:
branches:
- master
pull_request: pull_request:
branches: branches:
- master - master