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