Skip to content

Commit 1f4d97b

Browse files
authored
ci: update workflow
1 parent 6e91007 commit 1f4d97b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: BuildPlugin
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
10-
uses: FriendsOfShopware/workflows/.github/workflows/store.yml@main
10+
uses: FriendsOfShopware/workflows/.github/workflows/store-shopware-cli.yml@main
1111
with:
1212
extensionName: FroshProductCompare
13-
shopwareVersion: 6.4.1
1413
secrets:
1514
accountUser: ${{ secrets.ACCOUNT_USER }}
1615
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}

0 commit comments

Comments
 (0)