Enable CI on release branches (#1854)
This commit is contained in:
parent
13be211e9a
commit
f7fda0023c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
1
.github/workflows/scripting.yml
vendored
1
.github/workflows/scripting.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '[0-9]+.[0-9]+-dev'
|
||||
paths:
|
||||
- 'plugins/include/*'
|
||||
- 'sourcepawn/**'
|
||||
|
Loading…
Reference in New Issue
Block a user