From 82efb83c434f71acdae412053c60c46fc42c8213 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 1 Apr 2021 12:52:31 +0800 Subject: [PATCH] Enable Github Actions CI for all branches by default --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4eb4a5e2..79df9e671 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,11 +4,7 @@ name: GitHub Actions CI # Cache is not used for Ubuntu builds, because it already has all dependencies except # the appropriate libtorrent version, which only takes 3-5 minutes to build from source anyway -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [pull_request, push] env: VCPKG_COMMIT: e4ce66eecfd3e5cca5eac06c971921bf8e37cf88