mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
autoblack: Only run autoblack when pushing on dev
This commit is contained in:
parent
76042e7b70
commit
2dcd6ea081
1 changed files with 5 additions and 2 deletions
7
.github/workflows/autoblack.yml
vendored
7
.github/workflows/autoblack.yml
vendored
|
@ -1,8 +1,11 @@
|
|||
name: Check / auto apply Black
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
jobs:
|
||||
black:
|
||||
name: runner / black
|
||||
name: Check / auto apply black
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue