Skip to content

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

feat: add Sailr workflow profiles and staged CI deployment flow

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

Workflow file for this run

name: Sailr Workflow - ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
sailr-workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Sailr
run: curl -sSL https://sailr.dev/install.sh | bash
- name: Run Workflow
run: sailr workflow run ci