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:
parent
9b203959d5
commit
e43b3bb442
1 changed files with 6 additions and 3 deletions
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
|
@ -1,8 +1,11 @@
|
|||
name: macos
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- *
|
||||
jobs:
|
||||
macos:
|
||||
name: make test-all on mac
|
||||
|
|
Loading…
Reference in a new issue