Skip to content

Commit

Permalink
chore: separate a branch for 1.2.x patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 22, 2024
1 parent 4c1e92c commit a6d04df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: E2E Test
on:
pull_request_target:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'
types:
Expand All @@ -13,7 +13,7 @@ on:
- edited
push:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Lint
on:
pull_request:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'
push:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Test
on:
pull_request:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'
push:
branches:
- main
- 1.2.x
paths-ignore:
- '**.md'

Expand Down

0 comments on commit a6d04df

Please sign in to comment.