Skip to content

Commit

Permalink
[CI] Updates GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 16, 2024
1 parent 0aedb0d commit ce2f871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: JRuby tests
on:
push:
branches:
- 8.x
- main
pull_request:
branches:
- 8.x
- main
workflow_dispatch:
branches:
- '*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Ruby tests
on:
push:
branches:
- 8.x
- main
pull_request:
branches:
- 8.x
- main
jobs:
tests:
env:
Expand Down

0 comments on commit ce2f871

Please sign in to comment.