Skip to content
Snippets Groups Projects
Unverified Commit c0c9c11d authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #6521 from xu-cheng/github-action

github action: only run in the main repo
parents 6c2b9ffd a55f33c3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ on:
branches: master
jobs:
apidoc:
if: github.repository == 'Homebrew/brew'
runs-on: ubuntu-latest
steps:
- uses: Homebrew/actions/git-ssh@master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment