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
|
name: Service CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue