Skip to content

Commit

Permalink
Adding push listener to release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Oct 15, 2024
1 parent b371d32 commit 474901b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pmon3-go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

name: SLSA Go releaser (pmon3)
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
release:
types: [created]
Expand All @@ -37,7 +40,7 @@ jobs:
- amd64
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
go-version: 1.22
go-version: 1.23
config-file: .slsa-goreleaser/pmon3-${{matrix.os}}-${{matrix.arch}}.yml
upload-assets: true
# =============================================================================================================
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pmond-go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

name: SLSA Go releaser (pmond)
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
release:
types: [created]
Expand All @@ -37,7 +40,7 @@ jobs:
- amd64
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
go-version: 1.22
go-version: 1.23
config-file: .slsa-goreleaser/pmond-${{matrix.os}}-${{matrix.arch}}.yml
upload-assets: true
# =============================================================================================================
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/testing.yml

This file was deleted.

0 comments on commit 474901b

Please sign in to comment.