We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ac331 commit 645e97aCopy full SHA for 645e97a
.github/workflows/black_checker.yml
@@ -1,20 +1,6 @@
1
name: black-format-check
2
3
-on:
4
- # Manually triggerable in github
5
- workflow_dispatch:
6
-
7
- # When a push occurs on either of these branches
8
- push:
9
- branches:
10
- - master
11
- - development
12
13
- # When a push occurs on a PR that targets these branches
14
- pull_request:
15
16
17
+on: [push, pull_request]
18
19
env:
20
#If STRICT is set to true, it will fail on black check fail
@@ -28,8 +14,6 @@ jobs:
28
29
- name: Checkout
30
uses: actions/checkout@v2
31
- with:
32
- submodules: recursive
33
34
- name: Setup Python 3.7
35
uses: actions/setup-python@v2
0 commit comments