Skip to content

Commit f96425d

Browse files
committed
CI 조건 수정
1 parent 7ffe319 commit f96425d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Gets triggered upon the creation of a new tag
22
on:
33
push:
4-
tags:
5-
- 'v*' # Matches tags with the name "v*", i.e. v1.0, v20.15.10
4+
branches:
5+
- main
66

77
name: Generate Website and add as Release
88
# Performs the following steps:

0 commit comments

Comments
 (0)