1
0
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:
Nick Hastings 2024-08-03 13:44:00 -04:00 committed by Nicholas Hastings
parent 7e09821da9
commit 018033d5a6

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: