From 91126388b51ac1293a4b78ff29e183b4a4a31c08 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 15 Jul 2020 18:39:21 +0200 Subject: ci: run on all branches --- .github/workflows/ci_build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github/workflows/ci_build.yml') diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index e1311f8..83759fd 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -1,13 +1,7 @@ # 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: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] name: Archliunx -- cgit v1.2.3