This commit is contained in:
levina 2022-01-31 15:55:22 +07:00 committed by GitHub
parent 5f850666be
commit a69111201c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: