Skip to content

Commit 5c01a16

Browse files
authored
Release trigger for dotnet and wasm will work from main and v-tags (#230)
1 parent 01d521a commit 5c01a16

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# types: [published]
77
workflow_run:
88
workflows: ["Release Platform Libraries"]
9-
branches: [main]
9+
branches: ["main", "v?.*"]
1010
types:
1111
- completed
1212

.github/workflows/release-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
workflow_run:
66
workflows: ["Release Platform Libraries"]
7-
branches: [main]
7+
branches: ["main", "v?.*"]
88
types:
99
- completed
1010

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,5 @@ python/okapi/libs/
453453
ruby/libs/
454454
swift/Okapi/Sources/OkapiObjectiveC/okapi.dll
455455
swift/Okapi/Sources/OkapiObjectiveC/okapi.dll.lib
456+
457+
.DS_Store

wasm/packages/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)