mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 07:48:40 +00:00
update workflow
This commit is contained in:
parent
0fae906852
commit
05f453055e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release_github.yml
vendored
6
.github/workflows/release_github.yml
vendored
|
|
@ -2,11 +2,11 @@ name: Github Release
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue