Skip to content

Commit

Permalink
Only publish the playground when a new tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored and shocklateboy92 committed Jun 20, 2021
1 parent 38578ea commit e71ef58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/playground_publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Publish Playground
on:
push:
branches: [ master ]
paths:
- "Src/CSharpier/**/*"
- "Src/CSharpier.Playground/**/*"
tags:
- "*"

defaults:
run:
Expand Down

0 comments on commit e71ef58

Please sign in to comment.