Skip to content

Commit 766a91d

Browse files
authored
Merge pull request #2713 from henrygab/codeQL_fixes
Allow manual initiation of CodeQL
2 parents 52b2c73 + 4c6ccfe commit 766a91d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
name: "CodeQL"
1313

1414
on:
15+
workflow_dispatch:
1516
push:
1617
branches: [ master ]
1718
pull_request:

.github/workflows/rebase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on: pull_request_target
22
name: Changelog Reminder
33
jobs:
44
remind:
5+
if: github.repository_owner = 'RfidResearchGroup'
56
name: Changelog Reminder
67
runs-on: ubuntu-latest
78
steps:

0 commit comments

Comments
 (0)