mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
[WIP] Update release workflow
This commit is contained in:
parent
61a5b8027e
commit
a7d97fec55
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/release.yml'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-prep:
|
release-prep:
|
||||||
|
|
Loading…
Add table
Reference in a new issue