draco: Run our test action only on pull requests. (#776)

This commit is contained in:
Tom Finegan 2021-12-06 11:52:47 -08:00 committed by GitHub
parent 931bafe578
commit 3b3f1093ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
on: [push, pull_request]
on: [pull_request]
name: Build
jobs:
test: