Skip to content

Commit

Permalink
Update on target (#4291)
Browse files Browse the repository at this point in the history
* Update releasenotes

* #4120 Remove old nuget files

* #4120 Add initial release action

* Change on condition
  • Loading branch information
rockfordlhotka authored Nov 6, 2024
1 parent b6910b1 commit 19aaaf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: release

# trigger on a push to any release/* branch
on:
push:
branches: [ release/* ]
paths: ['Source/**', '.github/workflows/**']
branches:
- 'release/*'

jobs:

Expand Down

0 comments on commit 19aaaf1

Please sign in to comment.