From f7fda0023c46e4772084d0708a1326e89f5bdce3 Mon Sep 17 00:00:00 2001 From: Erin Date: Sat, 29 Oct 2022 17:36:04 +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 d26aa335..451cc5ee 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 dfe026cc..97e0178c 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/**'