build: build demo artifact

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-10-26 15:32:16 +08:00
parent e14f403075
commit 9f0eca1725
No known key found for this signature in database
GPG Key ID: EC774C32160918ED
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- main
- 'release-harvester-v*'
- '*-dev'
- 'issue_9017_demo'
pull_request:
branches:
- main

View File

@ -51,7 +51,6 @@ jobs:
echo "FROM=$FROM"
echo "TO=$TO"
npx commitlint --from "$FROM" --to "$TO" --verbose
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_BASE_SHA: ${{ github.event.pull_request.base.sha }}