feat: optimize actions
This commit is contained in:
parent
9aeb950aea
commit
6a235eb926
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build And Push Docker Image
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
2
.github/workflows/genlocale.yml
vendored
2
.github/workflows/genlocale.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: genlocale
|
name: Generate and Sync Locale
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
2
.github/workflows/pull_format.yml
vendored
2
.github/workflows/pull_format.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: pull format
|
name: Check Pull Format
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
2
.github/workflows/push_format.yml
vendored
2
.github/workflows/push_format.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: push format
|
name: Standardize Code Format
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/sync_dev.yml
vendored
2
.github/workflows/sync_dev.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: sync dev
|
name: Merge dev into main
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
2
.github/workflows/unitest.yml
vendored
2
.github/workflows/unitest.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: unitest
|
name: Unit Test
|
||||||
on: [ push, pull_request ]
|
on: [ push, pull_request ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user