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/**'