Skip to content

try

try #3

Workflow file for this run

name: Create agent-standalone bundle
on:
push:
branches: [main, feature/*, release/agentic/*]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.actor_id == github.repository_owner_id
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
lfs: true