Skip to content

Commit 728f958

Browse files
committed
fix: don't deploy on main
1 parent 24762f4 commit 728f958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
- main
88
# Publish semver tags as releases.
99
tags: ["v*.*.*"]
10-
pull_request:
11-
branches:
12-
- main
10+
# pull_request:
11+
# branches:
12+
# - main
1313
workflow_dispatch:
1414

1515
# env:

0 commit comments

Comments
 (0)