Skip to content

Commit

Permalink
Add workaround for GitHub Actions event "release created" not being t…
Browse files Browse the repository at this point in the history
…riggered
  • Loading branch information
Aerilius committed Dec 4, 2024
1 parent 61de31a commit ebe0e15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Release SketchUp extension
on:
release:
types:
- created
- created # Not always triggered
push:
branches: [master]
tags:
- "v*"

jobs:
build_sketchup_extension:
Expand Down

0 comments on commit ebe0e15

Please sign in to comment.