mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add other on
This commit is contained in:
parent
4de145bf7d
commit
21eed6d1ba
1 changed files with 7 additions and 0 deletions
7
.github/workflows/iso.yml
vendored
7
.github/workflows/iso.yml
vendored
|
|
@ -1,6 +1,13 @@
|
|||
name: Create and publish an ISO
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
IMAGE_VERSION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue