mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Merge pull request #2713 from henrygab/codeQL_fixes
Allow manual initiation of CodeQL
This commit is contained in:
commit
766a91d865
2 changed files with 2 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -12,6 +12,7 @@
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
1
.github/workflows/rebase.yml
vendored
1
.github/workflows/rebase.yml
vendored
|
@ -2,6 +2,7 @@ on: pull_request_target
|
||||||
name: Changelog Reminder
|
name: Changelog Reminder
|
||||||
jobs:
|
jobs:
|
||||||
remind:
|
remind:
|
||||||
|
if: github.repository_owner = 'RfidResearchGroup'
|
||||||
name: Changelog Reminder
|
name: Changelog Reminder
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue