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