We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2afef commit c31b49eCopy full SHA for c31b49e
1 file changed
.github/workflows/deploy_playground.yml
@@ -1,6 +1,8 @@
1
name: Deploy Playground
2
on:
3
- workflow_dispatch
+ push:
4
+ tags:
5
+ - '[0-9]+.[0-9]+.[0-9]+'
6
jobs:
7
deploy:
8
runs-on: ubuntu-latest
0 commit comments