From 58f0ca475887dc697890431ec08a5e09ad1d7314 Mon Sep 17 00:00:00 2001 From: Erin Baker Date: Sat, 29 Oct 2022 17:38:56 +0100 Subject: [PATCH] Enable CI on release branches (#1854) --- .github/workflows/ci.yml | 2 ++ .github/workflows/scripting.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26aa3359..451cc5eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - '[0-9]+.[0-9]+-dev' pull_request: branches: - master + - '[0-9]+.[0-9]+-dev' jobs: test: strategy: diff --git a/.github/workflows/scripting.yml b/.github/workflows/scripting.yml index dfe026cc9..97e0178c6 100644 --- a/.github/workflows/scripting.yml +++ b/.github/workflows/scripting.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - '[0-9]+.[0-9]+-dev' paths: - 'plugins/include/*' - 'sourcepawn/**'