Skip to content

Commit

Permalink
add missing release trigger for 'on'
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Oct 4, 2021
1 parent 6664f94 commit 5a915b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- master
- 'release/**'
release:
types:
- created
workflow_dispatch:
inputs:
debug_enabled:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5a915b9

Please sign in to comment.