feat: optimize actions

This commit is contained in:
源文雨 2023-09-22 00:04:09 +09:00
parent 9aeb950aea
commit 6a235eb926
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Build And Push Docker Image name: Build and Push Docker Image
on: on:
workflow_dispatch: workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: genlocale name: Generate and Sync Locale
on: on:
push: push:
branches: branches:

View File

@ -1,4 +1,4 @@
name: pull format name: Check Pull Format
on: on:
pull_request_target: pull_request_target:

View File

@ -1,4 +1,4 @@
name: push format name: Standardize Code Format
on: on:
push: push:

View File

@ -1,4 +1,4 @@
name: sync dev name: Merge dev into main
on: on:
workflow_dispatch: workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: unitest name: Unit Test
on: [ push, pull_request ] on: [ push, pull_request ]
jobs: jobs:
build: build: