Skip to content

Commit 4e0b546

Browse files
committed
Test build
1 parent 0b791cf commit 4e0b546

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Build
22

3-
on:
4-
push:
5-
tags:
6-
- v*
3+
on: [push]
4+
# on:
5+
# push:
6+
# tags:
7+
# - v*
78

89
concurrency:
910
group: build-${{ github.head_ref }}

0 commit comments

Comments
 (0)