We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dccfe commit 61052fdCopy full SHA for 61052fd
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,9 @@ name: Build and Release DLLs
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
+ - refactor-uco2-v120
8
tags:
9
- "v*.*.*"
10
workflow_dispatch:
@@ -84,4 +87,4 @@ jobs:
84
87
name: ${{ github.ref_name }}
85
88
files: dist/uc-online2-${{ github.ref_name }}.zip
86
89
generate_release_notes: true
- fail_on_unmatched_files: true
90
+ fail_on_unmatched_files: true
0 commit comments