Enable CI on release branches (#1854)

This commit is contained in:
Erin 2022-10-29 17:36:04 +01:00 committed by GitHub
parent 13be211e9a
commit f7fda0023c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/**'