-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: move to organization managed github actions
- Loading branch information
Showing
2 changed files
with
13 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' }} |
This file was deleted.
Oops, something went wrong.
fa34006
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://astrocore.astronvim.com as production
🚀 Deployed on https://64ca68b4cf57ad2a0690cfed--jazzy-chaja-744b14.netlify.app