Skip to content

Commit a310dad

Browse files
Merge pull request #36 from basedosdados/chore/manual-workflow-dispatch
chore: allow manual workflow dispatch
2 parents 7bb89ce + 7c137d0 commit a310dad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release Development Docker Image
33
on:
44
push:
55
branches: dev
6+
workflow_dispatch:
67

78
jobs:
89
release-dev:

frontend/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def escape_currency(text: str):
88
text (str): Input text.
99
1010
Returns:
11-
str: Text with currency dollar signs escaped as \$.
11+
str: Text with currency dollar signs escaped.
1212
"""
1313
# Regex to match math blocks ($$...$$), inline math ($...$), or single dollars ($)
1414
# Inline math must not contain white spaces at the beginning/end of the expression

0 commit comments

Comments
 (0)