Change github action triggers (#13)
* feat(ISSUE-3): Coveralls * feat(ISSUE-3): Run coveralls * feat(ISSUE-3): use github token * feat(ISSUE-3): Try again * feat(ISSUE-3): env instead of with * feat(ISSUE-3): Fix yaml * feat(ISSUE-3): try try and try again * feat(ISSUE-3): t * feat(ISSUE-3): t2 * feat(ISSUE-3): Adding relative files config * feat(ISSUE-3): Adding relative files config * feat(ISSUE-3): Change github actions triggers Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>main
parent
8c60b4565c
commit
758564f668
|
|
@ -1,6 +1,17 @@
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
# Trigger the workflow on push or pull request,
|
||||||
|
# but only for the main branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue