Skip to content

Commit

Permalink
add workflow to test docker builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital committed Jul 4, 2024
1 parent c4a3595 commit 5492bd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: 'Deterministic builds'

on:
workflow_dispatch: null
push:
branches:
- '**/release**'

jobs:
build-station:
Expand Down

0 comments on commit 5492bd3

Please sign in to comment.