Skip to content

Commit

Permalink
ci: add release workflow for organization CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 18, 2024
1 parent 2ead40f commit 4709cfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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" }}

0 comments on commit 4709cfa

Please # to comment.