Update workflows
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
- '**/README.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
web-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -1,8 +1,6 @@
|
||||
name: Check Android
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
@@ -10,7 +8,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
android-build:
|
||||
android-check:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
@@ -1,8 +1,6 @@
|
||||
name: Check desktop
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
@@ -12,7 +10,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
desktop-build:
|
||||
desktop-check:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
@@ -1,13 +1,11 @@
|
||||
name: Development Vite workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
web-check:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
Reference in New Issue
Block a user