prettier-ignore fix

This commit is contained in:
sakkiii 2021-09-06 23:54:31 +05:30 committed by GitHub
parent 083327d9e8
commit c1af6efbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,14 @@ name: Create docker image(s) and push to docker hub
on:
push:
branches: [ master ]
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'
# Sequence of patterns matched against refs/heads
# prettier-ignore
branches:
# Push events on master branch
- master
# Sequence of patterns matched against refs/tags
tags:
- '[0-9]+\.[0-9]+\.[0-9]+' # Push events to 0.X.X tag
jobs:
docker: