Skip to content

Commit b2769d8

Browse files
committed
Deploy on push tags
1 parent 12e2845 commit b2769d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and deploy website
22

33
on:
4-
pull_request:
5-
types: [closed]
6-
branches: [develop]
4+
push:
5+
tags:
6+
- 'v*'
77

88
jobs:
99
build-and-deploy:

0 commit comments

Comments
 (0)