0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Trigger cleanup as well

This commit is contained in:
SorsOps 2024-05-23 15:23:27 +02:00
parent 66f67ddff4
commit f9e1a65631
No known key found for this signature in database
GPG key ID: E9EC78C740654016
2 changed files with 17 additions and 0 deletions

17
.github/workflows/cleanup.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Cleanup branches
on:
delete:
branches:
- "*"
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🍍 Deploy with Gimlet
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
env:
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}