fix workflow to run tests on handwritte binary all time and to avoid unnecessary benchmark

This commit is contained in:
Koichi Nakamura 2021-12-06 21:52:33 +09:00
parent 090d3e1912
commit ee17923b20
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ name: benchmark
on: on:
push: push:
branches: "main" branches: "main"
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
jobs: jobs:
runbenchmarks: runbenchmarks:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -4,7 +4,6 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
jobs: jobs:
runtests-i386-linux-handwritten: runtests-i386-linux-handwritten:
runs-on: ubuntu-latest runs-on: ubuntu-latest