Update GitHub Actions workflow to trigger on pushes to the main branch, ensuring builds are initiated for the latest changes.

This commit is contained in:
2025-09-13 06:05:34 +00:00
parent af15bb9036
commit a3526d3eb4

View File

@@ -6,6 +6,8 @@ on:
description: Package version (defaults to tag name or short SHA) description: Package version (defaults to tag name or short SHA)
required: false required: false
push: push:
branches:
- main
tags: tags:
- 'v*' - 'v*'