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