Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Attempt at only creating releases on tag push.
Browse files Browse the repository at this point in the history
  • Loading branch information
RequiDev committed Aug 13, 2021
1 parent f1cb1cd commit 8da2f6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: .NET

on:
push:
branches: [ master ]
create:
tags:
- '*'

- "v*.*.*"
jobs:
build:

Expand Down

0 comments on commit 8da2f6d

Please sign in to comment.