Workflow Builder

Build GitHub Actions workflows by selecting and configuring actions

Available Actions

Generated YAML

name: Generated Workflow on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4

Workflow Steps

Select actions from the left to build your workflow