From 2a0599b6f089c94e65c5c58db41d380f10c219a5 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 4 Aug 2020 09:18:44 +0100 Subject: [PATCH] Backport PR #35467: CI: activate github actions on 1.1.x (PR only) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db1fc30111a2d..149acef72db26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,9 @@ on: push: branches: master pull_request: - branches: master + branches: + - master + - 1.1.x env: ENV_FILE: environment.yml