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:
2
.github/workflows/build-linux-amd64.yml
vendored
2
.github/workflows/build-linux-amd64.yml
vendored
@@ -6,6 +6,8 @@ on:
|
||||
description: Package version (defaults to tag name or short SHA)
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user