From f03ac5f091fa4c1a5d187fd421eb52f02f351aa4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 26 Mar 2023 09:44:46 -0300 Subject: [PATCH] Fixing publish action. --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc0897a..eddb48e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,10 +3,9 @@ on: pull_request: branches: - master + push: + branches: - develop - schedule: - - cron: '30 13 2 2,4,6,8,10,12 *' - jobs: msys2-mingw: runs-on: windows-latest -- libgit2 0.21.2