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)
|
description: Package version (defaults to tag name or short SHA)
|
||||||
required: false
|
required: false
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user