Workflows & Syntax
Workflows & Syntax Workflow Structure # .github/workflows/ci.yml name: CI on: push: branches: [main, develop] pull_request: branches: [main] schedule: - cron: '…
Workflows & Syntax Workflow Structure # .github/workflows/ci.yml name: CI on: push: branches: [main, develop] pull_request: branches: [main] schedule: - cron: '…
CI/CD Pipelines & Deployment Multi-Job Pipeline name: CI/CD Pipeline on: push: branches: [main] pull_request: branches: [main] jobs: test: runs-on: ubuntu-lates…
Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever