Skip to content

Commit 2f9762b

Browse files
committed
feat: Deploy to gh pages on create of new releases
1 parent 80db5f5 commit 2f9762b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Deploy to Production Environment
33
# This workflow will trigger on any tag/release created on *any* branch
44
# Make sure to create tags/releases only from the "master" branch for consistency
55
on:
6-
push:
7-
branches:
8-
- feature/weaponsforge-2
6+
release:
7+
types: [published]
98

109
jobs:
1110
lint-client:

0 commit comments

Comments
 (0)