Skip to content

Commit f0d67f3

Browse files
authored
Automatically run on push to main (#14)
1 parent c68941d commit f0d67f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/local_attest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Attest to this repo's source
22
on:
3-
# TODO: Update to happen automatically as appropriate
3+
push:
4+
branches: [ "main" ]
5+
# TODO: Remove workflow_dispatch so that we only create VSAs for protected branches
6+
# contemporaneously to the change. (And probably really check in
7+
# create_slsa_source_vsa.yml).
48
workflow_dispatch:
59

610
jobs:

0 commit comments

Comments
 (0)