Skip to content

ci: add release workflow for organization CI/CD #1

ci: add release workflow for organization CI/CD

ci: add release workflow for organization CI/CD #1

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: "" # disable Neovim plugin checks
is_production: ${{ github.event_name == "push" }}

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI/CD

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 22): Unexpected symbol: '"push"'. Located at position 22 within expression: github.event_name == "push"