From 0008a1e00ecd24e1b90f7287fbc76c8e13583943 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Mon, 18 Jul 2022 23:29:04 +0800 Subject: [PATCH] =?UTF-8?q?2.6.0=20-=20=E5=A2=9E=E5=8A=A0=E5=85=B1?= =?UTF-8?q?=E4=BA=AB=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/workflows/docker.yml | 8 ++++---- .github/workflows/publish-release.yml | 10 ++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/publish-release.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..09429e3c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' +title: '[Feature Request]' +labels: 'feature request' assignees: '' --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 14351f70..42d10c26 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,11 +1,11 @@ name: Build(Docker) on: - release: + push: branches: - - master - types: - - released + - main + tags: + - "*" jobs: docker: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml new file mode 100644 index 00000000..8b4d5584 --- /dev/null +++ b/.github/workflows/publish-release.yml @@ -0,0 +1,10 @@ +name: publish-release + +on: + push: + branches: + - main + tags: + - "*" + +jobs: