Merge pull request #2907 from daxgames/development_ci

Do CI on development PRs
This commit is contained in:
Dax T Games 2024-01-02 14:14:15 -05:00 committed by GitHub
commit ed6c9b2bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
tags:
- "v*"
pull_request:
branches: [ "master" ]
branches: [ "master", "development" ]
#---------------------------------#
# environment configuration #

View File

@ -8,7 +8,7 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
branches: [ "master", "development" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'
@ -16,7 +16,7 @@ on:
- '**/.gitignore'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", "development" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'

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'