Merge pull request #19 from nineties/fix-workflow

fix workflow to run tests on handwritte binary all time and to avoid …
This commit is contained in:
Koichi NAKAMURA 2021-12-06 21:57:34 +09:00 committed by GitHub
commit 7914c15057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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