From e6a74c437d9933014bf5a0270919976e3ba2c102 Mon Sep 17 00:00:00 2001 From: Abraham Schilling <6810177+n4bb12@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:29:15 +0200 Subject: [PATCH] Update ci.yml triggers --- .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 7979253..74c808f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: push +on: + push: + branches: + - main + pull_request: jobs: format: