Skip to content

Commit

Permalink
"push" event on pull requests are redundant (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Feb 22, 2023
1 parent 3e8fad5 commit f935407
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

name: Ruby

on: [push, pull_request]
on:
push:
branch:
- main
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit f935407

Please sign in to comment.