Skip to content

Commit 5f25b43

Browse files
committed
Temporarily disable running workflow on push
We first need to resolve the issue of using the latest commit for the asset URL.
1 parent 06b1845 commit 5f25b43

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/markdown_equations.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ name: markdown_equations
2121

2222
# Workflow triggers:
2323
on:
24-
push:
25-
branches:
26-
- develop
27-
paths:
28-
# List paths for which changes should trigger this workflow:
29-
- 'lib/**/*.md'
24+
# push:
25+
# branches:
26+
# - develop
27+
# paths:
28+
# # List paths for which changes should trigger this workflow:
29+
# - 'lib/**/*.md'
30+
31+
# Allow the workflow to be manually run:
32+
workflow_dispatch:
3033

3134
# Workflow jobs:
3235
jobs:

0 commit comments

Comments
 (0)