mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
style(workflows): restore single quote strings
This commit is contained in:
parent
a388b3faf4
commit
faa22ddfbc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -6,10 +6,10 @@ on:
|
|||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue