From c604e6df2de2e961701632018d4827b449cba601 Mon Sep 17 00:00:00 2001 From: Irving Date: Thu, 1 Apr 2021 10:04:31 -0500 Subject: [PATCH] refactor(actions): update actions (#5) Run actions on main branch. --- .github/workflows/test_build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 9133cda..21c2720 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -3,9 +3,13 @@ name: Test and Build Workflow on: pull_request: branches: - - master - main types: [opened, synchronize, reopened] + push: + branches: + - main + - tests + jobs: test: