Skip to content

Commit

Permalink
ci: 👷 Remove tag creation trigger from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Dec 18, 2024
1 parent 7d00f4c commit 97cc60b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: .NET Build
name: Build

on:
push:
branches: ["master", "feature/ci"]
create:
tags:
- 'v*'

env:
project: ResoniteMetricsCounter
Expand Down

0 comments on commit 97cc60b

Please sign in to comment.