Skip to content

Commit 396c47c

Browse files
fix: Restricting web deployment to main
1 parent e140b0e commit 396c47c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name: Deploy
33

44
on:
5-
# Runs on pushes
5+
# Runs on pushes to main
66
push:
7+
branches:
8+
- main
79
# and optionally run on a schedule
810
# schedule:
911
# for those that don't speak cron, this would try to run 42 minutes past the hour, every hour

0 commit comments

Comments
 (0)