Skip to content

Commit

Permalink
ci: enable continuous release for every push
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jan 18, 2025
1 parent 1862cf3 commit 46b4727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Continuous Releases provided by https://pkg.pr.new
name: CR (Continuous Releases)
on: [pull_request]
on: [push, pull_request]

jobs:
cr:
Expand Down

0 comments on commit 46b4727

Please sign in to comment.