mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-06-14 15:09: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
|
||||
|
||||
on:
|
||||
create: { }
|
||||
pull_request: { }
|
||||
push:
|
||||
tags:
|
||||
- '*' # Triggers on any tag push
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -29,7 +30,6 @@ jobs:
|
||||
|
||||
- name: Release build artifacts
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
append_body: true
|
||||
body_path: ./version-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user