Update .github/workflows/build-release.yml

This commit is contained in:
SumisuMC 2024-10-14 16:39:15 +00:00
parent ffc2b28a09
commit 1bf1c56fd8

View File

@ -3,7 +3,7 @@ name: Release build and push docker image
on:
push:
branches:
- master
- '*'
paths:
- 'version.txt'
workflow_dispatch: