mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
feat(ci): Add CI for PRs to all dev/stable version branches
This commit is contained in:
parent
7e09821da9
commit
018033d5a6
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:
|
||||
|
Loading…
Reference in New Issue
Block a user