From c6c3a5f138a1e630cfdcd5142b23554d53453145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 31 May 2021 16:19:13 +0200 Subject: [PATCH] Add 5.4 branch to GitHub workflows --- .github/workflows/codestyle.yml | 1 + .github/workflows/javascript.yml | 1 + .github/workflows/php.yml | 1 + .github/workflows/templates.yml | 1 + .github/workflows/typescript.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 8cb49e6485..eaa73d9036 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -5,6 +5,7 @@ on: branches: - "5.2" - "5.3" + - "5.4" - master pull_request: diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index a5f35ade54..c339bc3a43 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -5,6 +5,7 @@ on: branches: - "5.2" - "5.3" + - "5.4" - master pull_request: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4883f522c4..1068c40b0a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -5,6 +5,7 @@ on: branches: - "5.2" - "5.3" + - "5.4" - master pull_request: diff --git a/.github/workflows/templates.yml b/.github/workflows/templates.yml index 69560c2e07..b6031c5547 100644 --- a/.github/workflows/templates.yml +++ b/.github/workflows/templates.yml @@ -5,6 +5,7 @@ on: branches: - "5.2" - "5.3" + - "5.4" - master pull_request: diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index ac3f9cd483..49a7f8c8c6 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -3,6 +3,7 @@ name: TypeScript on: push: branches: + - "5.4" - master pull_request: -- 2.20.1