[.github/workflows/docker.yml] jobs.ubuntu: Don't run on user forks.

This commit is contained in:
Bryce Glover 2020-12-04 22:40:22 -05:00
parent 08be577d5f
commit ce11d63ca8

View File

@ -11,6 +11,7 @@ on:
- published
jobs:
ubuntu:
if: startsWith(github.repository, 'Homebrew/')
runs-on: ubuntu-latest
strategy:
matrix: