Skip to content

Commit f6a5774

Browse files
committed
[CI] Updates GitHub Actions
1 parent 0b92c86 commit f6a5774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- main
9+
workflow_dispatch:
910
jobs:
1011
tests:
1112
env:
@@ -14,7 +15,7 @@ jobs:
1415
strategy:
1516
fail-fast: false
1617
matrix:
17-
rails: [ '6.1', '7.0', '7.1' ]
18+
rails: ['6.1', '7.0', '7.1']
1819
ruby: ['3.1', '3.2', '3.3']
1920
runs-on: ubuntu-latest
2021
steps:

0 commit comments

Comments
 (0)