Skip to content

Commit

Permalink
Merge pull request #2713 from henrygab/codeQL_fixes
Browse files Browse the repository at this point in the history
Allow manual initiation of CodeQL
  • Loading branch information
iceman1001 authored Jan 13, 2025
2 parents 52b2c73 + 4c6ccfe commit 766a91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 766a91d

Please sign in to comment.