Skip to content

Commit

Permalink
adjust workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
finnigja committed May 3, 2024
1 parent bd76eb9 commit 4276149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-attested-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build an attested image from latest release
on:
release:
types: [published]
workflow_dispatch:

permissions:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-attested-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build an attested release from latest tag
name: Build an attested release on tag push
on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

permissions:
id-token: write
Expand Down

0 comments on commit 4276149

Please sign in to comment.