From f0219ae727abd27573318296a820125e15e7a028 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Thu, 12 Sep 2024 10:28:47 +0000 Subject: [PATCH] #184 fix workflow --- .github/workflows/update_post_dates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_post_dates.yml b/.github/workflows/update_post_dates.yml index 37b47c04..678653da 100644 --- a/.github/workflows/update_post_dates.yml +++ b/.github/workflows/update_post_dates.yml @@ -1,7 +1,7 @@ name: Update post dates on: - pull_request: + push: branches: - 'cicd_testing'