Skip to content

Commit

Permalink
fix: Update publish workflow to trigger on push to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neiromaster committed Jan 15, 2025
1 parent e2a9d49 commit 543cc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Publish"

on:
release:
types:
- published
push:
branches:
- release

jobs:
build-and-test:
Expand Down

0 comments on commit 543cc7f

Please sign in to comment.