Skip to content

Commit ddec2d8

Browse files
committed
Fix CI workflow syntax
1 parent 993a209 commit ddec2d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
branches:
55
- master
66
- staging
7-
pull_requests: {}
7+
pull_request: {}
88
jobs:
99
build:
10+
runs-on: ubuntu-latest
1011
steps:
1112
- run: echo "hello world"

0 commit comments

Comments
 (0)