Skip to content

Commit 42b3d31

Browse files
committed
disable automatic run of myfigure
1 parent 4fd9adf commit 42b3d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Website to GitHub Pages
22

33
on:
44
# Runs on pushes targeting the default branch
5-
push:
6-
branches: ["main"]
5+
# push:
6+
# branches: ["main"]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)