Skip to content

Commit 707a5cf

Browse files
authored
pre merge checks
1 parent 6711fa0 commit 707a5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit-lint-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pre-merge-checks
22
on:
33
pull_request:
4-
branches: [main, develop]
4+
branches: [main, develop, test/issue#257]
55
jobs:
66
Lint-Check:
77
runs-on: ubuntu-latest

.github/workflows/pre-commit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pre-merge-checks
22
on:
33
pull_request:
4-
branches: [main, develop]
4+
branches: [main, develop, test/issue#257]
55
jobs:
66
Run-Tests:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)