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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
+1
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: