Skip to content

Commit c7c8c1d

Browse files
committed
build: add master branch to trigger
1 parent e9ea7a2 commit c7c8c1d

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- master
89
- stable
910
- dev
1011
paths:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- master
89
- stable
910
paths:
1011
- '**.py'

rr_cache/Args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from brs_utils import add_logger_args
66

7-
87
HERE = os_path.dirname(os_path.abspath(__file__))
98
CONFIG_PATH = os_path.join(HERE, "config")
109
# Default values for the arguments

0 commit comments

Comments
 (0)