Skip to content

Commit 73e8921

Browse files
committed
Executing action for version
1 parent f2b9698 commit 73e8921

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: build
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [ "main" ]
6+
branches:
7+
- main
8+
tags:
9+
- v*.**
10+
merge_group:
611
pull_request:
7-
branches: [ "main" ]
12+
types: [opened, synchronize, reopened]
813

914
env:
1015
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)