Try and make tests run on pull requests. Update branch names on CodeQL analysis

This commit is contained in:
Miguel Jacq 2022-12-15 09:48:15 +11:00
parent a7eff6c999
commit afa8408365
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6
2 changed files with 12 additions and 5 deletions

View File

@ -13,12 +13,13 @@ name: "CodeQL"
on:
push:
branches: [ develop, stable ]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
branches:
- main
schedule:
- cron: '22 11 * * 5'
- cron: '22 11 * * 5'
jobs:
analyze:

View File

@ -1,6 +1,12 @@
name: Run Tests
run-name: Run tests
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-cli: