Merge pull request #2713 from henrygab/codeQL_fixes

Allow manual initiation of CodeQL
This commit is contained in:
Iceman 2025-01-13 23:27:29 +01:00 committed by GitHub
commit 766a91d865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:

View file

@ -2,6 +2,7 @@ on: pull_request_target
name: Changelog Reminder
jobs:
remind:
if: github.repository_owner = 'RfidResearchGroup'
name: Changelog Reminder
runs-on: ubuntu-latest
steps: