ci: run only on master branch

This commit is contained in:
Isaac Freund 2020-08-11 22:35:34 +02:00
parent 946e4f21ba
commit 50d008adbb

View file

@ -1,7 +1,13 @@
# Build river and run the test suite every time a commit is pushed to master or # Build river and run the test suite every time a commit is pushed to master or
# a pull request is opened against master. # a pull request is opened against master.
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
name: voidlinux name: voidlinux