style(workflows): restore single quote strings

This commit is contained in:
Oscar Dominguez 2021-08-22 15:51:45 +02:00 committed by GitHub
parent a388b3faf4
commit faa22ddfbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@ on:
- main
- releases/*
paths-ignore:
- "**.md"
- '**.md'
pull_request:
paths-ignore:
- "**.md"
- '**.md'
jobs:
build: