tags trigger

This commit is contained in:
itdoginfo
2024-10-11 18:52:45 +03:00
parent 1ba9baade3
commit 9297328e37

View File

@@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
tags:
- v*
jobs: jobs:
build: build:
@@ -36,6 +38,5 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
#if: startsWith(github.ref, 'refs/tags/')
with: with:
files: ./bin/*.ipk files: ./bin/*.ipk