mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
commit
5c5b378262
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr.yaml
vendored
3
.github/workflows/pr.yaml
vendored
|
@ -2,6 +2,7 @@ name: Publish docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types: [opened, synchronize]
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
@ -84,4 +85,4 @@ jobs:
|
||||||
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
|
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
|
||||||
env:
|
env:
|
||||||
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
|
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
|
||||||
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
|
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue