Skip to content

Update workflow to run on push to master #576

Update workflow to run on push to master

Update workflow to run on push to master #576

Workflow file for this run

jobs:
flake8:
uses: steinwurf/flake8-action/.github/workflows/action.yml@2.0.0
with:
excluded_errors: F632
name: Flake8
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null