mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Trigger cleanup as well
This commit is contained in:
parent
66f67ddff4
commit
f9e1a65631
2 changed files with 17 additions and 0 deletions
17
.github/workflows/cleanup.yaml
vendored
Normal file
17
.github/workflows/cleanup.yaml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue