Skip to content

Commit 09fae2c

Browse files
committed
fix CI files
1 parent d20eae4 commit 09fae2c

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/a11y-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
ruby:
33-
- '3.3.0'
33+
- '3.3'
3434
rails:
3535
- '8.0'
3636
runs-on: ubuntu-latest

.github/workflows/components-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- main
77
- 1.x
88
- 2.x
9+
- 4-dev
910
push:
1011
branches:
1112
- main
1213
- 1.x
1314
- 2.x
15+
- 4-dev
1416

1517
concurrency:
1618
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/feature-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- 1.x
1414
- 2.x
1515
- 4-dev
16-
- try_avo_loaders
1716

1817
concurrency:
1918
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/system-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- 1.x
1414
- 2.x
1515
- 4-dev
16-
- try_avo_loaders
1716

1817
concurrency:
1918
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test-tailwindcss-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- 4-dev
78
push:
89
branches:
910
- main
11+
- 4-dev
1012

1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)