Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/plugin-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Plugin CI

on:
pull_request:
push:
branches: [main]
tags: ["v*"]

jobs:
plugin-ci:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
permissions:
contents: read
uses: mpiton/vortex/.github/workflows/plugin-ci.yml@f63e53f866bbdf5e5e3e8f62a37f78e13cec5298

plugin-release:
if: ${{ startsWith(github.ref, 'refs/tags/') && github.actor == github.repository_owner }}
permissions:
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
contents: write
uses: mpiton/vortex/.github/workflows/plugin-release.yml@d85baa93ac7905c5813095b2406f2a3642458356
Loading