From 537c3dc87fd2d2cb4bf30d491d654270405447e2 Mon Sep 17 00:00:00 2001 From: Avik Datta Date: Wed, 7 Feb 2024 22:42:16 +0000 Subject: [PATCH] updated actions settings --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index be81644..df74724 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ main, project_data ] + branches: [ main, data_cleanup ] pull_request: - branches: [ main, project_data ] + branches: [ main, ] jobs: build: