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: