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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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: