Skip to content

Commit

Permalink
minor #14140 [GitHub Actions] Replace master branch with 1.12 in "Ref…
Browse files Browse the repository at this point in the history
…actor" workflow (coldic3)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11|
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets |                       |
| License         | MIT                                                          |


Commits
-------

19cf4b5 [GitHub Actions] Replace master branch with 1.12 in "Refactor" workflow
  • Loading branch information
Zales0123 committed Jul 8, 2022
2 parents 40f2a9f + 19cf4b5 commit cbc271d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ["1.11", "master"]
branch: ["1.11", "1.12"]

steps:
-
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
title: '[CS][DX] Refactor'
body: |
This PR has been generated automatically.
For more details see [refactor.yml](/Sylius/Sylius/blob/master/.github/workflows/refactor.yml).
For more details see [refactor.yml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yml).
labels: |
DX
Enhancement
Expand Down

0 comments on commit cbc271d

Please sign in to comment.