Skip to content

Commit d871efc

Browse files
committed
Update CI settings
1 parent 4cee5e9 commit d871efc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ main, dev ]
6+
pull_request:
47

58
jobs:
69
setup:
710
name: Ruby ${{ matrix.ruby }}
811

912
runs-on: ubuntu-latest
1013

11-
# Run this build only on either pull request or push.
12-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
13-
1414
strategy:
1515
matrix:
1616
ruby:

0 commit comments

Comments
 (0)