1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

fix workflows??

This commit is contained in:
2024-08-29 06:29:05 +03:00
parent b2ae60ac73
commit 5b45fcb25c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
- '.github/**'
- '*.md'
tags-ignore:
- '*'
- 'v**'
pull_request:
paths-ignore:
- '.github/**'

View File

@@ -2,7 +2,7 @@ name: release
on:
push:
tags:
- "v*"
- "v**"
workflow_dispatch:
jobs: