Skip to content

Commit

Permalink
fix: set correct trigger for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Mar 21, 2024
1 parent 2b379c3 commit 44333b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build avrdude with Emscripten

on:
release:
types: [created]
push:
tags:
- v*

jobs:
build:
Expand Down

0 comments on commit 44333b5

Please sign in to comment.