Skip to content

Commit

Permalink
Create branch releases on push
Browse files Browse the repository at this point in the history
We want it also to happen to merges to eg. develop so there is no need
to restrict it to PR's only.
And Dependabot should not create release :)
  • Loading branch information
spaceo committed Dec 8, 2023
1 parent 1b36a98 commit 1aeec11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-on-pr-changes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Create release on PR changes

on:
pull_request:
push:
branches-ignore:
# Dependabot does not have permissions to create releases
- 'dependabot/**'

jobs:
create_release_on_pr_changes:
Expand Down

0 comments on commit 1aeec11

Please sign in to comment.