aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci_build.yml
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-08-11 22:35:34 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-08-11 22:38:30 +0200
commit50d008adbb5ccbe9f7bf928d76beabaa7f35c484 (patch)
tree21b3f1ac3b630e0e16cfeba38a466c578b86fa01 /.github/workflows/ci_build.yml
parent946e4f21ba0e0328773155afbf0ef104b7d14878 (diff)
downloadriver-50d008adbb5ccbe9f7bf928d76beabaa7f35c484.tar.gz
river-50d008adbb5ccbe9f7bf928d76beabaa7f35c484.tar.xz
ci: run only on master branch
Diffstat (limited to '.github/workflows/ci_build.yml')
-rw-r--r--.github/workflows/ci_build.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index db5cfb8..beec6a3 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -1,7 +1,13 @@
# Build river and run the test suite every time a commit is pushed to master or
# a pull request is opened against master.
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
name: voidlinux