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: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - '**.md'
push: push:
branches: branches:
- main - main
- releases/* - releases/*
paths-ignore: paths-ignore:
- "**.md" - '**.md'
jobs: jobs:
build: build: