Run tests on push to avoid double-running tests on pull requests.

This commit is contained in:
Jon Chambers 2021-02-23 11:58:11 -05:00 committed by Jon Chambers
parent 7266eeee7a
commit 4a0a0e10d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Service CI
on: [push, pull_request]
on: [push]
jobs:
build: