mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 15:27:26 +00: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:
|
||||
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 a new issue