Enable CI on release branches (#1854)

This commit is contained in:
Erin Baker 2022-10-29 17:38:56 +01:00 committed by Your Name
parent 08841227a4
commit 412759cbc4
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+-dev'
paths:
- 'plugins/include/*'
- 'sourcepawn/**'