Skip to content

Commit

Permalink
ci: move to organization managed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 2, 2023
1 parent ef40d87 commit fa34006
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 34 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: ${{ github.event.repository.name }}
is_production: ${{ github.event_name == 'push' }}
34 changes: 0 additions & 34 deletions .github/workflows/docs.yml

This file was deleted.

1 comment on commit fa34006

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.