Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit d5b1176

Browse files
create relase task
1 parent 7d368c6 commit d5b1176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build website
22

33
on:
44
push:
5-
branches:
6-
- master # Set a branch to deploy
5+
branches: [ 'master' ]
6+
tags: [ 'v*.*', 'v*.*.*', 'v*.*.*-*' ]
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)