Only run release on manual dispatch

This commit is contained in:
reggie 2024-10-02 03:16:00 -05:00
parent 4ec5eb1806
commit 363c8ac8b1

View File

@ -3,14 +3,14 @@ name: Release job
on: on:
workflow_dispatch: workflow_dispatch:
inputs: {} inputs: {}
push: #push:
branches: [ mirror/master ] # branches: [ mirror/release ]
paths-ignore: # paths-ignore:
- '.github/**' # - '.github/**'
- '*.yml' # - '*.yml'
- '*.json' # - '*.json'
- '*.config' # - '*.config'
- '*.md' # - '*.md'
concurrency: release concurrency: release