mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
17 lines
No EOL
376 B
YAML
17 lines
No EOL
376 B
YAML
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 }} |