Skip to content

Commit

Permalink
ci(build): trigger deterministic builds in more workflows (#296)
Browse files Browse the repository at this point in the history
Triggers the build in more workflow events.
  • Loading branch information
keplervital authored Jul 5, 2024
1 parent c4a5aaf commit 004ed00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 004ed00

Please sign in to comment.