We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68941d commit f0d67f3Copy full SHA for f0d67f3
.github/workflows/local_attest.yml
@@ -1,6 +1,10 @@
1
name: Attest to this repo's source
2
on:
3
- # TODO: Update to happen automatically as appropriate
+ 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).
8
workflow_dispatch:
9
10
jobs:
0 commit comments