Skip to content

Commit

Permalink
ruby.yml: add "incoming" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Sep 27, 2023
1 parent 350587b commit 3ea8ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Expand Up @@ -9,9 +9,9 @@ name: Ruby

on:
push:
branches: [ "master" ]
branches: [ "master", "incoming" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "incoming" ]

permissions:
contents: read
Expand Down

0 comments on commit 3ea8ecd

Please sign in to comment.