Skip to content

Commit 61052fd

Browse files
authored
#25: change workflow to now accept actions on pushes to branches
Signed-off-by: veeλnti <113473346+veeeanti@users.noreply.github.com>
1 parent a7dccfe commit 61052fd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and Release DLLs
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- refactor-uco2-v120
58
tags:
69
- "v*.*.*"
710
workflow_dispatch:
@@ -84,4 +87,4 @@ jobs:
8487
name: ${{ github.ref_name }}
8588
files: dist/uc-online2-${{ github.ref_name }}.zip
8689
generate_release_notes: true
87-
fail_on_unmatched_files: true
90+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)