Remove an anchor since it is not supported

This commit is contained in:
Koichi Nakamura 2021-12-06 21:04:03 +09:00
parent 73eee04572
commit 0bcec6e54f

View file

@ -2,9 +2,9 @@ name: runtests
on:
push:
paths-ignore: &ignore ['README.md', 'LICENSE', '.gitignore']
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
pull_request:
paths-ignore: *ignore
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
jobs:
runtests:
strategy: