Skip to content

Commit

Permalink
fix: github pushes should trigger release action now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverth committed Nov 18, 2024
1 parent 9a818c6 commit 3f95bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: Publish Releases from Cargo.toml

on:
push:
branches: [main]

jobs:
release:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3f95bf2

Please sign in to comment.