1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

Workflows: Create snapshot artifacts when a PR is merged into main branch

This commit is contained in:
loathingKernel 2023-12-10 22:47:12 +02:00
parent ca5daab71d
commit 9f6443242a
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -4,6 +4,10 @@ name: "Snapshot"
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [closed]
jobs: