From 5453543377550b8cf005c9e66eba56bc260e036c Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 18 Oct 2023 14:07:08 -0300 Subject: [PATCH] Fix branches-ignore rule Issue gh-2493 --- .github/workflows/continuous-integration-workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 4b33f714..2d6ce386 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - '**' branches-ignore: - "dependabot/**" schedule: