diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2cfc2a3..28a9706 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.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: FailCheck on: push: - branches: [ $default-branch ] + branches: [ beta ] pull_request: - branches: [ $default-branch ] + branches: [ beta ] jobs: build: