Skip to content

Commit

Permalink
ease up
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 14, 2022
1 parent 9a24e6d commit 5b807a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Linting

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main

jobs:
test:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: CI

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- production

jobs:
test:
Expand All @@ -16,7 +12,7 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
ruby-version: [3.1, 3.0.0, 2.7.2, 2.6.6]
ruby-version: [3.1]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 5b807a1

Please sign in to comment.