Skip to content

Commit 7c6ba0b

Browse files
committed
Adjust Build Workflow
- Adjusted build workflow to only run on pushes on the main branch.
1 parent d2d97e9 commit 7c6ba0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: build
22

33
on:
44
push:
5+
branches: [ "main" ]
56
paths:
67
- '**/*.cs'
78
pull_request:

0 commit comments

Comments
 (0)