From 95e4ebf75f908f1b15229104b1b104c7e9ed1fcd Mon Sep 17 00:00:00 2001 From: Kohki Akikaze <67105596+kazasaku@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:46:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[GHA]=20=E3=83=AF=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=95=E3=83=AD=E3=83=BC=E3=82=92=E6=89=8B=E5=8B=95=E3=81=A7?= =?UTF-8?q?=E5=AE=9F=E8=A1=8C=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sakura.yml | 2 ++ .github/workflows/sonarscan.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build-sakura.yml b/.github/workflows/build-sakura.yml index ed519cbc39..0b5465e707 100644 --- a/.github/workflows/build-sakura.yml +++ b/.github/workflows/build-sakura.yml @@ -3,6 +3,8 @@ name: build sakura # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: + workflow_dispatch: + push: branches: - master diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 088813a861..b8e316a8fb 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -3,6 +3,7 @@ name: SonarCloud # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: + workflow_dispatch: push: paths-ignore: - '**/*.md' From 342a04d40694c45e8ccf9239434c37971f2dfb09 Mon Sep 17 00:00:00 2001 From: Kohki Akikaze <67105596+kazasaku@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:38:24 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[GHA]=20=E3=83=AF=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=95=E3=83=AD=E3=83=BC=E8=A8=AD=E5=AE=9A=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E4=B8=AD=E3=81=AE=E4=BD=99=E5=88=86=E3=81=AA?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sakura.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-sakura.yml b/.github/workflows/build-sakura.yml index 0b5465e707..baba0273be 100644 --- a/.github/workflows/build-sakura.yml +++ b/.github/workflows/build-sakura.yml @@ -4,7 +4,6 @@ name: build sakura # events but only for the master branch on: workflow_dispatch: - push: branches: - master @@ -16,7 +15,6 @@ on: - appveyor.yml - 'azure-pipelines*.yml' - 'ci/azure-pipelines/template*.yml' - pull_request: branches: - master