Skip to content

Commit

Permalink
updated workflow to trigger on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-burandt committed Mar 4, 2024
1 parent 829c40b commit f5708aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Update NuGet

on:
push:
branches:
- "main"
tags:
- "*.*.*"

jobs:
build:
Expand Down

0 comments on commit f5708aa

Please sign in to comment.