Skip to content

Commit c9e5a23

Browse files
authored
Add ability to manually generate verifiable builds
1 parent b13ca19 commit c9e5a23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/generate-verifiable-builds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: generate-verifiable-builds
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- production
@@ -53,4 +54,4 @@ jobs:
5354
uses: EndBug/add-and-commit@v9.1.4
5455
with:
5556
default_author: github_actions
56-
message: 'Update autocrat_migrator verifiable build'
57+
message: 'Update autocrat_migrator verifiable build'

0 commit comments

Comments
 (0)