From c6f528e1e1231976f173d987d7978469fdc6e18a Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:10:35 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 988718a..ad5aa60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,12 @@ name: Build and run unit tests on: + push: + branches: + - master + pull_request: + branches: + - master workflow_dispatch: # Manually trigger the workflow from the GitHub Actions UI jobs: