.github/workflows/dispatch-command.yml: Only run on Homebrew repos (#106329)

This commit is contained in:
Bryce Glover 2021-05-28 01:55:21 -04:00 committed by GitHub
parent 0e32f4c00e
commit 8beb6413f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
jobs:
dispatch-command:
if: startsWith(github.repository, 'Homebrew/')
runs-on: ubuntu-latest
steps:
- name: Dispatch /rebase Command