Skip to content

Commit 8116299

Browse files
authored
Merge branch 'main' into chore/update-module-name
2 parents ca680da + 9b54c53 commit 8116299

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2-
name: Test
2+
name: Build
3+
34
on:
5+
push:
6+
branches: [main]
47
pull_request:
58
branches: [main]
9+
610
jobs:
711
test:
812
name: Test

0 commit comments

Comments
 (0)