Skip to content

Commit d509f24

Browse files
author
github-actions
committed
Merge remote-tracking branch 'origin/master-ci' into dev-release
2 parents a24ed42 + da7cb23 commit d509f24

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/CI_Pylint.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: CI | Pylint
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
- "!master-ci"
8+
- "!dev-release"
9+
- "!release"
10+
11+
workflow_dispatch:
412

513
jobs:
614
lint:

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Help()
2929
# ---------------------------------------------------------------------------- #
3030
# Defaults #
3131
# ---------------------------------------------------------------------------- #
32-
DEBUG=flase # -d
32+
DEBUG=false # -d
3333
REPO='https://github.com/RecursionSpace/OpenPod'
3434

3535
# ---------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)