From 0a0a890684692d18d4ea8fb5d82574af6443e73b Mon Sep 17 00:00:00 2001 From: darkicewolf50 <95242911+darkicewolf50@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:42:43 -0700 Subject: [PATCH] Update testAutomatic.yaml --- .github/workflows/testAutomatic.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml index 5dac719..399f3f3 100644 --- a/.github/workflows/testAutomatic.yaml +++ b/.github/workflows/testAutomatic.yaml @@ -6,7 +6,12 @@ name: Continuous Integration # here, we only have "pull_request", so the workflow will run # whenever we create a pull request. # other examples: [push] and [pull_request, push] -on: [pull_request] +on: + pull_request: + + push: + branches: + - main # each workflow must have at least one job. # jobs run in parallel by default (we can change that).