From b840da151c969a30ddc9a7d5fa512f7ce379f6d4 Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Tue, 28 Nov 2023 08:26:47 +0000 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6ba8d20..b0125e8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -6,10 +6,10 @@ name: Python application on: schedule: - cron: '30 5,17 * * *' - # push: - # branches: [ "main" ] - # pull_request: - # branches: [ "main" ] + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] permissions: contents: read