Skip to content

feat: add Sailr workflow profiles and staged CI deployment flow #6

feat: add Sailr workflow profiles and staged CI deployment flow

feat: add Sailr workflow profiles and staged CI deployment flow #6

Workflow file for this run

name: Sailr Workflow - ci
on:
pull_request:
push:
branches: [main]
jobs:
sailr-workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Sailr
run: cargo install --path .
- name: Run Workflow
run: sailr workflow run ci --non-interactive