Skip to content

Commit af30696

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 271b7fe + 98b836f commit af30696

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/markdown_equations.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ 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'
3030

3131
# Workflow jobs:
3232
jobs:

0 commit comments

Comments
 (0)