Skip to content

Commit

Permalink
chore: change the release workflow to run on every commit on the main…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
AllanOricil committed Jan 28, 2024
1 parent 5eaa4e9 commit c6182e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release
on:
release:
types:
- published
workflow_dispatch:
push:
branches:
- main

jobs:
release:
Expand Down

0 comments on commit c6182e5

Please sign in to comment.