Skip to content

ci: move to organization managed github actions #2

ci: move to organization managed github actions

ci: move to organization managed github actions #2

Workflow file for this run

name: CI/CD
on:
push:
branches: ["main"]
pull_request:
jobs:
CI:
uses: AstroNvim/.github/.github/workflows/plugin_ci.yml@main
secrets: inherit
with:
plugin_name: ${{ github.event.repository.name }}
is_production: ${{ github.event_name == 'push' }}