From 0797124cbca1b6d502c799a7e1c4373987ee5a98 Mon Sep 17 00:00:00 2001 From: Tulili Date: Sun, 24 Sep 2023 18:40:33 -0300 Subject: [PATCH] chore: build-stable error when defining both branches and ignore_branches --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ad6454..937a67c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,8 @@ name: build-stable on: pull_request: branches: ['main'] - branches-ignore: ['testing'] merge_group: branches: ['main'] - branches-ignore: ['testing'] schedule: - cron: '0 5 * * *' # 5 am everyday workflow_dispatch: