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: