From bc3e3c317dff5bc32170b375ced32d558bc420b0 Mon Sep 17 00:00:00 2001 From: Kepler Vital Date: Fri, 5 Jul 2024 11:02:36 +0200 Subject: [PATCH] ci(build): trigger deterministic builds in more workflows --- .github/workflows/builds.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index 1d3c86bc3..ea92a74db 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -2,9 +2,22 @@ name: 'Deterministic builds' on: workflow_dispatch: null + pull_request: + types: + - opened + - edited + - reopened + - synchronize + - labeled + merge_group: + types: [checks_requested] + branches: + - main push: branches: - '**/release**' + - '**/build**' + - main jobs: deterministic-build: