mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-10-01 12:30:00 +02:00
Only run release on manual dispatch
This commit is contained in:
parent
4ec5eb1806
commit
363c8ac8b1
1 changed files with 8 additions and 8 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue