From d2dbaeabf8aff75c85745de62fabf6872934e0d1 Mon Sep 17 00:00:00 2001 From: Manu Gupta Date: Sun, 12 Mar 2023 23:00:45 -0700 Subject: [PATCH] Remove duplicate runs of all the workflows (#1851) * Remove duplicate runs of all the workflows * re-run workflows on merge to master --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfef113b..5b9642c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: continuous-integration on: - - push - pull_request + - push: + branches: [main] + jobs: lint: runs-on: ubuntu-latest