Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Jun 26, 2024
1 parent 7476528 commit 4b9ff9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ruby

on: [push, fork]
on: [push, pull_request]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Validate spec fixtures

on: push
on: [push, pull_request]

jobs:
validate:
Expand All @@ -16,7 +16,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.2"
bundler-cache: true

- name: Prepare validator
Expand Down

0 comments on commit 4b9ff9b

Please sign in to comment.