mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-26 16:20:48 +00:00
Temporarily don't filter release.yaml's run by branch
Some checks failed
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
Some checks failed
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
This commit is contained in:
parent
539fd8078d
commit
139051c938
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -4,9 +4,9 @@ on:
|
||||
# Run this workflow right after the build succeeds and test pass on the main branch
|
||||
workflows: ["Build Artifacts"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
jobs:
|
||||
check-release-version:
|
||||
name: Check Release Version
|
||||
|
Loading…
Reference in New Issue
Block a user