Correct warning

Currently, if you open up a action generated by the tap-new command in
the github GUI, you get a warning saying "pull_requests should be an
object". This fixes that.

This wasn't stopping anything working currently, though I suppose it may
in the future.

Co-authored-by: Issy Long <me@issyl0.co.uk>
This commit is contained in:
Billie Thompson 2020-08-11 19:33:33 +02:00
parent d5dfe4d6a1
commit 705f26734a
No known key found for this signature in database
GPG Key ID: 1235239D92D1EF9D

View File

@ -50,7 +50,7 @@ module Homebrew
on:
push:
branches: master
pull_request: []
pull_request:
jobs:
test-bot:
runs-on: ${{ matrix.os }}