We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b1845 commit 5f25b43Copy full SHA for 5f25b43
1 file changed
.github/workflows/markdown_equations.yml
@@ -21,12 +21,15 @@ name: markdown_equations
21
22
# Workflow triggers:
23
on:
24
- push:
25
- branches:
26
- - develop
27
- paths:
28
- # List paths for which changes should trigger this workflow:
29
- - 'lib/**/*.md'
+ # push:
+ # branches:
+ # - develop
+ # paths:
+ # # List paths for which changes should trigger this workflow:
+ # - 'lib/**/*.md'
30
+
31
+ # Allow the workflow to be manually run:
32
+ workflow_dispatch:
33
34
# Workflow jobs:
35
jobs:
0 commit comments