changed CI now started only when pushed or pull request to master branch

This commit is contained in:
p0lunin 2020-07-02 16:01:45 +03:00
parent 1db10b2379
commit 852a5b3191

View file

@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: Continuous integration