Skip to content

Show local status by default in stack status command #7

Show local status by default in stack status command

Show local status by default in stack status command #7

Workflow file for this run

name: Docs only (PR)
on:
pull_request:
branches: ["main"]
paths:
- "!**" # Exclude every file
- "README.md" # Except only readme changes
jobs:
pr_complete:
name: PR checks complete
runs-on: ubuntu-latest
steps:
- run: echo "PR required checks complete"