fix: fix release flow - limit focus

This commit is contained in:
Jun Kurihara 2023-10-12 16:03:49 +09:00
commit d2fdc05d66
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23

View file

@ -5,6 +5,9 @@ on:
- "Build and publish docker"
types:
- "completed"
branches:
- main
- develop
pull_request:
types: [closed]
branches:
@ -13,7 +16,7 @@ on:
jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }} || ${{github.event_name == 'push' }} || ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix: