Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 10b7c03 commit 8c50f10
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
jobs:
Black:
uses: steinwurf/black-action/.github/workflows/action.yml@2.0.0
name: Black
'on':
pull_request: null
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null
pull_request:
jobs:
Black:
uses: steinwurf/black-action/.github/workflows/action.yml@2.0.0

0 comments on commit 8c50f10

Please sign in to comment.