Skip to content

Commit 85b13d7

Browse files
committed
Prevent deploying on every push
1 parent fbbd3f0 commit 85b13d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
name: Build Documentation
1+
name: Build & Deploy Documentation
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
74
workflow_run:
8-
workflows: ["analysis.yml"]
5+
workflows: [Algorithm Analysis]
96
types:
107
- completed
118
permissions:

0 commit comments

Comments
 (0)