From 033aaa8f4dbc01ff18272a42f6c92dd1aaa4df4e Mon Sep 17 00:00:00 2001 From: srhinos <6531393+srhinos@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:13:48 -0400 Subject: [PATCH] bug: Prevent CI Job From Running Twice --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cf6899..e5c7a92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: lint: