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

View File

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