ci(publish/slsa3): apply to only monitor main branch
This commit is contained in:
parent
82c8cdf5f0
commit
b13a9bfd14
2
.github/workflows/publish-slsa3.yml
vendored
2
.github/workflows/publish-slsa3.yml
vendored
|
@ -2,6 +2,8 @@ name: release with slsa 3 compliance
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
main
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue