Skip to content

Commit b36f411

Browse files
Disable automatic deployment on push to main
Commented out the push event configuration for the main branch.
1 parent 4d1827d commit b36f411

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name: Deploy static content to Pages
33

44
on:
5-
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["main"]
8-
paths-ignore:
9-
- "README.md"
5+
# push:
6+
# branches: ["screenshots"]
7+
# paths-ignore:
8+
# - "README.md"
109

1110
# Allows you to run this workflow manually from the Actions tab
1211
workflow_dispatch:

0 commit comments

Comments
 (0)