Skip to content

Commit

Permalink
trigger cd on published action
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 5, 2024
1 parent b146c08 commit 4eff68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_rawrrassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD RawrrAssembly
on:
workflow_dispatch:
release:
types: [created]
types: [published]
env:
DOTNET_DOCKER: mcr.microsoft.com/dotnet/sdk:8.0
jobs:
Expand Down

0 comments on commit 4eff68e

Please sign in to comment.