Compare commits

..

1 Commits
v1.1 ... v1.1.0

Author SHA1 Message Date
世界
8953ddc6e0 Update workflow 2022-12-03 17:03:04 +08:00
3 changed files with 6 additions and 9 deletions

View File

@@ -3,8 +3,7 @@ name: Debug build
on: on:
push: push:
branches: branches:
- main - main-next
- dev
- dev-next - dev-next
paths-ignore: paths-ignore:
- '**.md' - '**.md'
@@ -12,8 +11,7 @@ on:
- '!.github/workflows/debug.yml' - '!.github/workflows/debug.yml'
pull_request: pull_request:
branches: branches:
- main - main-next
- dev
- dev-next - dev-next
jobs: jobs:

View File

@@ -1,8 +1,5 @@
name: Build Docker Images name: Build Docker Images
on: on:
push:
tags:
- v*
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag:

View File

@@ -3,14 +3,16 @@ name: Lint
on: on:
push: push:
branches: branches:
- dev - main-next
- dev-next
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '.github/**' - '.github/**'
- '!.github/workflows/debug.yml' - '!.github/workflows/debug.yml'
pull_request: pull_request:
branches: branches:
- dev - main-next
- dev-next
jobs: jobs:
build: build: