Enable CI on the patch branch (#1042)

This commit is contained in:
Steven B 2024-07-04 08:14:01 +01:00 committed by GitHub
parent 38a8c964b2
commit 2f24797033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: ["master"] branches: ["master", "patch"]
pull_request: pull_request:
branches: ["master"] branches: ["master", "patch"]
workflow_dispatch: # to allow manual re-runs workflow_dispatch: # to allow manual re-runs
env: env:

View File

@ -2,9 +2,9 @@ name: "CodeQL checks"
on: on:
push: push:
branches: [ master ] branches: [ "master", "patch" ]
pull_request: pull_request:
branches: [ master ] branches: [ master, "patch" ]
schedule: schedule:
- cron: '44 17 * * 3' - cron: '44 17 * * 3'