mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Remove an anchor since it is not supported
This commit is contained in:
parent
73eee04572
commit
0bcec6e54f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runtests.yaml
vendored
4
.github/workflows/runtests.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue