github-actions
Installation
SKILL.md
GitHub Actions
CI/CD workflows with GitHub Actions.
Workflow Basics
# .github/workflows/ci.yml
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
CI/CD workflows with GitHub Actions.
# .github/workflows/ci.yml
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]