From cbf00b25c77c61d6cfe800896ea553af497a061b Mon Sep 17 00:00:00 2001 From: Sanket Tangade <59204773+sankettangade@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:51:36 -0400 Subject: [PATCH] Update check-commits.yml --- .github/workflows/check-commits.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-commits.yml b/.github/workflows/check-commits.yml index 438f94c..e8c9e8a 100644 --- a/.github/workflows/check-commits.yml +++ b/.github/workflows/check-commits.yml @@ -1,13 +1,13 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: Build main on: push: - branches: [ "main", "dev_1" ] + branches: [ "main" ] pull_request: - branches: [ "main", "dev_1"] + branches: [ "main" ] permissions: contents: read