diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9059798f..3387b822 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -68,6 +68,7 @@ body: - 游戏启动器 - 实时便笺 - 养成计算器 + - 用户面板 - 文件缓存 - 祈愿记录 - 玩家查询 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fba9e19..7c5052bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,16 @@ # 6. Run trigger: -- main + branches: + include: + - main + paths: + exclude: + - README.md + - azure-pipelines.yml + - .github/ISSUE_TEMPLATE/*.yml + - .github/workflows/*.yml + pool: vmImage: 'windows-2022' @@ -144,4 +153,4 @@ steps: $(cerFile.secureFilePath) isPreRelease: true changeLogCompareToRelease: 'lastFullRelease' - changeLogType: 'commitBased' \ No newline at end of file + changeLogType: 'commitBased'