Skip to content

Commit

Permalink
Merge pull request #8 from ppfeufer/development
Browse files Browse the repository at this point in the history
Github Workflow changes
  • Loading branch information
ppfeufer authored Aug 28, 2020
2 parents 40d30e2 + f4687b8 commit 5b8455a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Black Code Formatter

#on: [push, pull_request]
#on: [push]
on:
push:
branches:
- master
- development
branches-ignore:
# Push events to branches matching refs/heads/releases/
- 'releases/**'
tags-ignore:
- v*
pull_request:
branches:
- master
- v*

jobs:
black-format:
Expand Down

0 comments on commit 5b8455a

Please sign in to comment.