Skip to content

Update workflow to run on push to master #734

Update workflow to run on push to master

Update workflow to run on push to master #734

Workflow file for this run

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
jobs:
Black:
uses: steinwurf/black-action/.github/workflows/action.yml@2.0.0
name: Black
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null