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
Thu Trang Pham 2021-02-19 23:23:02 -08:00 committed by GitHub
parent 8c60b4565c
commit 758564f668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -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: