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:
push:
branches: "main"
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
jobs:
runbenchmarks:
runs-on: ubuntu-latest

View file

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