mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-22 06:15:40 +00:00
Only run release on manual dispatch
This commit is contained in:
parent
4ec5eb1806
commit
363c8ac8b1
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user