From ce033beb97b91020c1ea8df14c30c43e3477feb0 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 25 Jan 2020 19:58:04 +0200 Subject: [PATCH] Update CI branch filters for new workflow Co-Authored-By: Daniel Hahler --- .github/workflows/main.yml | 2 ++ .travis.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aca64f3509c..d0ff300fd47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,12 +10,14 @@ on: push: branches: - master + - "[0-9]+.[0-9]+.x" tags: - "*" pull_request: branches: - master + - "[0-9]+.[0-9]+.x" jobs: build: diff --git a/.travis.yml b/.travis.yml index d813cf07a80..beb7df4d7fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,5 @@ notifications: branches: only: - master - - features - 4.6-maintenance - - /^\d+(\.\d+)+$/ + - /^\d+\.\d+\.x$/