Skip to content

Commit c31b49e

Browse files
committed
try to get playground to auto deploy
1 parent 7c2afef commit c31b49e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy_playground.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Deploy Playground
22
on:
3-
workflow_dispatch
3+
push:
4+
tags:
5+
- '[0-9]+.[0-9]+.[0-9]+'
46
jobs:
57
deploy:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)