mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:28: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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- "v*.*.*"
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_and_publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue