Remove incorrect workflow conditional

This commit is contained in:
Wilson Lin 2021-08-08 02:22:14 +10:00
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