Skip to content

Commit

Permalink
CI: don't run 5 times when I create a release plz
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 29, 2024
1 parent 5c22bd4 commit 934b8e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: .NET Core
on:
release:
types: [published]
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
release: # for now, github won't let us listen to created/draft, only published
branches:
- main

env:
CORE_SLN: ./src/Imageflow.dncore.sln
FULL_SLN: ./src/Imageflow.dnfull.sln
Expand Down

0 comments on commit 934b8e6

Please sign in to comment.