workflow: temp disable main workflow on dev until libnx pushes a new release.
This commit is contained in:
10
.github/workflows/build_presets.yml
vendored
10
.github/workflows/build_presets.yml
vendored
@@ -1,6 +1,14 @@
|
|||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- dev
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user