Skip to content

Commit

Permalink
Trigger when we create a tag (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddynaka authored Aug 28, 2020
1 parent 163e9e2 commit 187cf52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Pack and publish to Myget
on:
schedule:
- cron: '0 0 * * *' # once in a day at 00:00
push:
tags:
- '*' # trigger when we create a tag

jobs:
build-pack:
Expand Down

0 comments on commit 187cf52

Please sign in to comment.