From 5cc357816237383d7a1d872cdd8486387fad1ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 22 Apr 2020 23:33:57 +0200 Subject: [PATCH] Update branch names --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42f2b337..b8461601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ v2 ] + branches: [ 2.x ] pull_request: - branches: [ v2 ] + branches: [ 2.x ] jobs: tests: