prettier-ignore fix

This commit is contained in:
sakkiii
2021-09-06 23:54:31 +05:30
committed by GitHub
parent 083327d9e8
commit c1af6efbc1
+8 -3
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: