Remove incorrect workflow conditional

This commit is contained in:
Wilson Lin 2021-08-08 02:22:14 +10:00
parent 5ef491b823
commit 382b07a517
6 changed files with 0 additions and 6 deletions

View File

@ -9,7 +9,6 @@ on:
jobs:
bench:
runs-on: ubuntu-18.04
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1

View File

@ -9,7 +9,6 @@ on:
jobs:
cli:
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/master'
strategy:
matrix:
os: [macos-11.0, ubuntu-18.04, windows-2019]

View File

@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/master'
strategy:
matrix:
os: [macos-11.0, ubuntu-18.04, windows-2019]

View File

@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/master'
strategy:
matrix:
feature: [core, js]

View File

@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/master'
strategy:
matrix:
feature: [core, js]

View File

@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/master'
strategy:
matrix:
os: [ubuntu-18.04, macos-11.0]