forked from farhoodlabs/paperclip
17 lines
474 B
YAML
17 lines
474 B
YAML
# Disabled in fork — package publishing is not applicable to this fork.
|
|
#
|
|
# NOTE: upstream may overwrite this file when master is synced. Re-apply if that happens,
|
|
# or use the sync-upstream.yml action which re-applies these overrides automatically.
|
|
name: Release
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
note:
|
|
description: "Disabled in fork."
|
|
required: false
|
|
jobs:
|
|
disabled:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Disabled in fork."
|