From 5a915b919c690740257b179e071c7136402d8703 Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Mon, 4 Oct 2021 17:24:36 +0900 Subject: [PATCH] add missing release trigger for 'on' Signed-off-by: Hajime Tazaki --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb78e0..c9256f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ on: branches: - master - 'release/**' + release: + types: + - created workflow_dispatch: inputs: debug_enabled: @@ -277,7 +280,7 @@ jobs: needs: build runs-on: ubuntu-18.04 name: image - if: ${{ gitHub.event_name == 'release' }} + if: ${{ github.event_name == 'release' }} strategy: fail-fast: false matrix: