Skip to content

Commit

Permalink
Change pipeline trigger to run on pushing commits (not tags) for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Nov 12, 2024
1 parent e726d7a commit 4d1be0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ name: .NET Core Desktop

on:
push:
tags:
- "*.*"
branches:
- "feature/20240305-setup-github-actions"
# push:
# tags:
# - "*.*"

jobs:
build:
Expand Down

0 comments on commit 4d1be0b

Please sign in to comment.