1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove other on

This commit is contained in:
Jason N. 2024-02-14 22:23:28 +00:00
parent 5e2b60cfb0
commit 862203b780

View file

@ -19,14 +19,6 @@ on:
required: true required: true
type: string type: string
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
env: env:
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }} IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}
IMAGE_ARCH: ${{ github.event.inputs.IMAGE_ARCH || 'x86_64' }} IMAGE_ARCH: ${{ github.event.inputs.IMAGE_ARCH || 'x86_64' }}