1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip running GitHub Actions on trunk

This commit is contained in:
Takashi Kokubun 2019-08-10 19:28:07 +09:00
parent 9b203959d5
commit e43b3bb442
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1,8 +1,11 @@
name: macos
on:
- push
- pull_request
push:
branches:
- master
pull_request:
paths:
- *
jobs:
macos:
name: make test-all on mac