Skip to content

Commit

Permalink
Change name of branch release workflow
Browse files Browse the repository at this point in the history
So it reflects what it does ¯\_(ツ)_/¯
  • Loading branch information
spaceo committed Dec 8, 2023
1 parent 7af8075 commit 8f178b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release on PR changes
name: Create release on branch changes

on:
push:
Expand All @@ -7,8 +7,8 @@ on:
- 'dependabot/**'

jobs:
create_release_on_pr_changes:
name: "Create release on PR changes"
create_release_on_branch_changes:
name: "Create release on branch changes"
runs-on: ubuntu-latest
steps:
- name: Set release variables
Expand Down

0 comments on commit 8f178b9

Please sign in to comment.