Skip to content

Commit 2fdb7b0

Browse files
Update build-on-master-push.yml
1 parent b77dfe5 commit 2fdb7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-on-master-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build project on push to master
33
on:
44
push:
55
branches:
6-
-master
6+
- master
77

88
jobs:
99
build:
@@ -18,4 +18,4 @@ jobs:
1818
- name: install dependencies
1919
run: yarn
2020
- name: build project
21-
run: yarn build
21+
run: yarn build

0 commit comments

Comments
 (0)