Skip to content

Commit 87d7439

Browse files
author
Hudson Xing
committed
feat: add build and release workflow to main
1 parent 3e4de77 commit 87d7439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: Build
44
# This workflow is triggered on pushes and pull requests to the main branch.
55
on:
66
push:
7-
branches:
8-
- main
7+
#branches:
8+
#- main
99
pull_request:
10-
branches:
11-
- main
10+
#branches:
11+
#- main
1212

1313
# Concurrency settings to cancel in-progress runs for the same PR or branch
1414
# This prevents wasting resources on outdated commits.

0 commit comments

Comments
 (0)