21bc527adc
robotframework / build (pull_request) Successful in 2m28s
Triggers on push to main and uses the shared Release workflow from unboundsoftware/shared-workflows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
143 B
YAML
10 lines
143 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
release:
|
|
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|