refactor(build-test): restore single quote strings

This commit is contained in:
Oscar Dominguez 2021-08-24 18:16:57 +02:00 committed by GitHub
parent 6e4fd75701
commit 98c921e7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@ name: build-test
on:
pull_request:
paths-ignore:
- "**.md"
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- "**.md"
- '**.md'
jobs:
build: