Skip to content

Commit 9693437

Browse files
committed
Cosmetic changes
1 parent 2de1f12 commit 9693437

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy | Deploy MkDocs
33
on:
44
workflow_dispatch:
55
push:
6-
branches: ['main']
6+
branches: ['*']
77

88
permissions:
99
contents: read

.github/workflows/deploy-semantic-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy | Semantic Release
22

33
on:
44
push:
5-
branches:
6-
- "main"
5+
branches: ['main']
76
jobs:
87
release:
98
runs-on: windows-latest

.github/workflows/test-metatrader5-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test |Test MetaTrader5 Integration
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: ['main']
66
pull_request:
7-
branches: [ main ]
7+
branches: ['main']
88

99
jobs:
1010
test:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Test | Pre-commit
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- main
6+
branches: ['main']
87

98
jobs:
109
pre-commit:

0 commit comments

Comments
 (0)