Skip to content

Commit

Permalink
Change github action triggers (#13)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
TrangPham and Thu Trang Pham committed Feb 20, 2021
1 parent 8c60b45 commit 758564f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
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:
test:
Expand Down

0 comments on commit 758564f

Please sign in to comment.