We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 271b7fe + 98b836f commit af30696Copy full SHA for af30696
.github/workflows/markdown_equations.yml
@@ -21,12 +21,12 @@ 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
# Workflow jobs:
32
jobs:
0 commit comments