Skip to content

Commit

Permalink
Allow tests to run on pull request and workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Jul 8, 2024
1 parent 8f9fe95 commit 5244cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name: Test

on: [push]
on: [push, workflow_dispatch, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 5244cc8

Please sign in to comment.