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: on:
push: push:
paths-ignore: &ignore ['README.md', 'LICENSE', '.gitignore'] paths-ignore: ['README.md', 'LICENSE', '.gitignore']
pull_request: pull_request:
paths-ignore: *ignore paths-ignore: ['README.md', 'LICENSE', '.gitignore']
jobs: jobs:
runtests: runtests:
strategy: strategy: