Skip to content

Commit cbba696

Browse files
committed
fix yaml syntax of pr builder
1 parent 6338366 commit cbba696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# see https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml for reference
22
name: Build
33
on:
4-
pull-request:
4+
pull_request:
55
branches: [main, master]
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:

0 commit comments

Comments
 (0)