Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 28, 2022
1 parent 70c76e9 commit 4dd0fdf
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 @@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "master"
- "1.2.x"

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
push:
branches:
- "master"
- "1.2.x"

env:
COMPOSER_ROOT_VERSION: "master"
COMPOSER_ROOT_VERSION: "1.2.x"

jobs:
test:
Expand Down

0 comments on commit 4dd0fdf

Please sign in to comment.