From b3cd8d77feb7871d8b04bb45bcd8154120a796a1 Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Wed, 14 Jun 2023 19:41:32 -0300 Subject: [PATCH] ci: remove ci from pull request's --- .github/workflows/format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d53a502..be20031 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -5,8 +5,6 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] - pull_request: - branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: