diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5916af85..0e2de55b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ jobs: release: uses: ./.github/workflows/release.yml needs: [config, locales] + if: always() docker: - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository + if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository) && always() uses: ./.github/workflows/docker.yml needs: [config, locales] diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index 1d5931399..0621220c0 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -1,5 +1,7 @@ name: Sentry -on: release +on: + release: + types: [created, published] jobs: sentry: