Skip to content

Commit

Permalink
[Tests] add to 4.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Sep 10, 2024
1 parent 42aea6b commit 71fc90f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Behat
on:
push:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1', 'next' ]
paths:
- 'composer.json'
- 'features/**'
- 'behat.yml.dist'
- '*.php'
- 'src/**'
pull_request:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'composer.json'
- 'features/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/behat_ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Behat UI
on:
push:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'composer.json'
- 'features/**'
Expand All @@ -10,7 +10,7 @@ on:
- 'src/**'

pull_request:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'composer.json'
- 'features/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codestyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ '4.0', 'next' ]
branch: [ '4.0', '4.1','next' ]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gitsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 3.0
- 3.1
- 4.0
- 4.1
paths:
- 'src/CoreShop/Bundle/**'
- 'src/CoreShop/Component/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages_bundles.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Packages Bundles
on:
push:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'src/CoreShop/Bundle/**'
pull_request:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'src/CoreShop/Bundle/**'
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages_components.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Packages Components
on:
push:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'src/CoreShop/Component/**'
pull_request:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'src/CoreShop/Component/**'
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Static Tests (Lint, Stan)
on:
push:
branches: [ '4.0' , 'next']
branches: [ '4.0' , '4.1','next']
paths:
- 'features/**'
- 'behat.yml.dist'
Expand All @@ -11,7 +11,7 @@ on:
- '*.xml'
- 'composer.json'
pull_request:
branches: [ '4.0', 'next' ]
branches: [ '4.0', '4.1','next' ]
paths:
- 'features/**'
- 'behat.yml.dist'
Expand Down

0 comments on commit 71fc90f

Please sign in to comment.