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:
workflow_dispatch:
inputs: {}
push:
branches: [ mirror/master ]
paths-ignore:
- '.github/**'
- '*.yml'
- '*.json'
- '*.config'
- '*.md'
#push:
# branches: [ mirror/release ]
# paths-ignore:
# - '.github/**'
# - '*.yml'
# - '*.json'
# - '*.config'
# - '*.md'
concurrency: release