Skip to content

Commit 5613b0e

Browse files
committed
Trying a different way
1 parent 94f9f80 commit 5613b0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

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

44
on:
5-
# Manual deployment
6-
workflow_dispatch:
75
# Deployment on every release
8-
release:
9-
types:
10-
- published
11-
6+
#release:
7+
# types:
8+
# - published
9+
push:
10+
tags:
11+
- "v*.*.*"
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)