Skip to content

Commit

Permalink
fix(actions): trigger deploy on milestone is closed
Browse files Browse the repository at this point in the history
Only trigger deployment when any milestone is close

fix #9
  • Loading branch information
Ridermansb committed Jun 27, 2020
1 parent a8e6a99 commit d6f6bb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: deploy

on:
push:
branches: [ master ]
milestone:
types: [closed]
branches:
- master

jobs:
install:
Expand Down

0 comments on commit d6f6bb2

Please sign in to comment.