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 * * *'