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.
2 parents a24ed42 + da7cb23 commit d509f24Copy full SHA for d509f24
.github/workflows/CI_Pylint.yml
@@ -1,6 +1,14 @@
1
name: CI | Pylint
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - "**"
7
+ - "!master-ci"
8
+ - "!dev-release"
9
+ - "!release"
10
+
11
+ workflow_dispatch:
12
13
jobs:
14
lint:
installer.sh
@@ -29,7 +29,7 @@ Help()
29
# ---------------------------------------------------------------------------- #
30
# Defaults #
31
32
-DEBUG=flase # -d
+DEBUG=false # -d
33
REPO='https://github.com/RecursionSpace/OpenPod'
34
35
0 commit comments