Skip to content

Commit

Permalink
chore: update workflows for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Mar 29, 2024
1 parent 9c1ecf8 commit 4ba6d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build extension
on:
push:
branches:
- master
- v1

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PHPUnit
on:
push:
branches:
- 'master'
- 'v1'
tags-ignore:
- '*'
pull_request:
Expand All @@ -13,7 +13,7 @@ env:
jobs:
phpunit:
name: Run tests
container: ghcr.io/friendsofshopware/platform-plugin-dev:6.4
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.17
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 4ba6d74

Please sign in to comment.