From 6ef9ac810e494e7793013f8f5004d5d268852412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 27 Nov 2019 09:26:26 +0100 Subject: [PATCH] Fix: Build for any push or pull request --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a75cf9ba1..e7b370e151d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,8 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: - pull_request: - push: - branches: - - 7.5 - tags: - - "**" + - pull_request + - push name: CI