Remove code to prevent double build on trunk

trunk branch was deleted.
This commit is contained in:
Takashi Kokubun 2019-12-31 22:03:07 -08:00
parent eca964c24e
commit 8c9450e7b8
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
7 changed files with 6 additions and 9 deletions

View File

@ -2,7 +2,7 @@ name: Cygwin
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -2,7 +2,7 @@ name: macOS
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -2,7 +2,7 @@ name: MinGW
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -2,7 +2,7 @@ name: MJIT
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -2,7 +2,7 @@ name: Ubuntu
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -2,7 +2,7 @@ name: Windows
on: on:
push: push:
branches: branches:
- master - '*'
pull_request: pull_request:
branches: branches:
- '*' - '*'

View File

@ -3,9 +3,6 @@ version: '{build}'
shallow_clone: true shallow_clone: true
platform: platform:
- x64 - x64
branches:
except:
- trunk # mirrored from trunk. avoid doubly building on it
environment: environment:
ruby_version: "24-%Platform%" ruby_version: "24-%Platform%"
zlib_version: "1.2.11" zlib_version: "1.2.11"