From 758564f6683be45654a3a51b76ac00e324578d77 Mon Sep 17 00:00:00 2001 From: Thu Trang Pham Date: Fri, 19 Feb 2021 23:23:02 -0800 Subject: [PATCH] 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 --- .github/workflows/test.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66c4545..2a86186 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: