mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Trigger cleanup as well
This commit is contained in:
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 }}
|
||||
Reference in New Issue
Block a user