Skip to content

Commit 864b9f7

Browse files
Merge branch 'master' of github.com:positif-dev/positif-dev.github.io
2 parents 48a4c9e + 2fdb7b0 commit 864b9f7

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)