Set master branch in quotes

pull/363/head
Dmitry Ilyin 2022-08-16 13:55:16 +03:00 committed by GitHub
parent 3837e9c8d7
commit 3de72dc648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ on:
- '**.md' - '**.md'
push: push:
branches: branches:
- master - 'master'
tags: tags:
- "v*" - 'v*'
paths-ignore: paths-ignore:
- '**.md' - '**.md'
workflow_dispatch: workflow_dispatch: