mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-06-16 07:49:12 +01:00
Update main.yml
only on tag
This commit is contained in:
parent
81385f2f0e
commit
28d7d22cd5
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create: { }
|
push:
|
||||||
pull_request: { }
|
tags:
|
||||||
|
- '*' # Triggers on any tag push
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -29,7 +30,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Release build artifacts
|
- name: Release build artifacts
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
with:
|
with:
|
||||||
append_body: true
|
append_body: true
|
||||||
body_path: ./version-info
|
body_path: ./version-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user