From b83d6c64199561b1b3586f575d01a3596d7a873a Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Thu, 11 Nov 2021 13:27:30 +0900 Subject: [PATCH] infra: Add build test after patch merged This test works after the patch is merged into the master branch. --- .github/workflows/actions.yml | 3 +++ .github/workflows/build_win.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 83722d8e..a64bbc75 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: build: diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index 8ac027a8..f1b38b0b 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: build: