зеркало из https://github.com/github/ruby.git
.github: less verbose on: specifier
The `branch:` specifier was necessary before, to prevent double-testing master and trunk. Now that we no longer have trunk, we can slim the expressions. See also: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
This commit is contained in:
Родитель
bdf2d91326
Коммит
e06ad731f0
|
@ -1,11 +1,5 @@
|
|||
name: macOS
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
name: MinGW
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
|
||||
# Notes:
|
||||
# Action ENV TEMP and TMP are short 8.3 paths, but the long path differs.
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
name: MJIT
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
make:
|
||||
strategy:
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
name: Ubuntu
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
make:
|
||||
strategy:
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
name: Windows
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
make:
|
||||
strategy:
|
||||
|
|
Загрузка…
Ссылка в новой задаче