We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52b2c73 + 4c6ccfe commit 766a91dCopy full SHA for 766a91d
.github/workflows/codeql-analysis.yml
@@ -12,6 +12,7 @@
12
name: "CodeQL"
13
14
on:
15
+ workflow_dispatch:
16
push:
17
branches: [ master ]
18
pull_request:
.github/workflows/rebase.yml
@@ -2,6 +2,7 @@ on: pull_request_target
2
name: Changelog Reminder
3
jobs:
4
remind:
5
+ if: github.repository_owner = 'RfidResearchGroup'
6
7
runs-on: ubuntu-latest
8
steps:
0 commit comments