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: on:
push: push:
branches: [ master ] # Sequence of patterns matched against refs/heads
tags: # prettier-ignore
- '[0-9]+\.[0-9]+\.[0-9]+' 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: jobs:
docker: docker: