From b028de38b15bbc6d161e7d9386711cb88d00f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Gouv=C3=AAa?= Date: Fri, 27 Sep 2024 11:49:56 -0300 Subject: [PATCH] testing new md creation --- .github/workflows/new_posts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/new_posts.yml b/.github/workflows/new_posts.yml index 6e1b3e7..5636d89 100644 --- a/.github/workflows/new_posts.yml +++ b/.github/workflows/new_posts.yml @@ -1,6 +1,9 @@ name: Generate New Posts on: + push: + branches: + - master schedule: - cron: '0 0 * * *'