Trigger build only on master branch.

This commit is contained in:
jeefo 2020-11-16 15:13:23 +03:00 committed by GitHub
commit c5031315bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
name: YaPB
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linux: