Skip to content

Commit

Permalink
Switch to running when tag is created, not when pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Aug 26, 2021
1 parent d29d7b8 commit 30f9652
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/playground_publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Deploy Playground
#on:
# create:
# tags:
# - "*"
on:
push:
branches: [ master ]
create:
tags:
- "*"

jobs:
deploy:
Expand Down

0 comments on commit 30f9652

Please sign in to comment.