Run tests on push to avoid double-running tests on pull requests.
This commit is contained in:
parent
7266eeee7a
commit
4a0a0e10d2
|
@ -1,6 +1,6 @@
|
|||
name: Service CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue