From ae25946ad9b952b7dc91a3598c75b9562090178f Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 29 Aug 2021 05:31:20 +0200 Subject: Run CI on pull_request as well Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk. --- .github/workflows/build-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 5085246..efe69e9 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -1,6 +1,6 @@ name: Build release binaries (and publish them if this is a tag) -on: push +on: [push, pull_request] jobs: binaries: -- cgit v1.2.3