Do CI on development PRs

This commit is contained in:
Dax T. Games
2024-01-02 12:04:31 -05:00
parent 219c879582
commit 7753622897
3 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- development
paths-ignore:
- '**/*.md'
- '**/*.txt'
@ -12,6 +13,7 @@ on:
pull_request:
branches:
- master
- development
paths-ignore:
- '**/*.md'
- '**/*.txt'