Skip to content

Commit 788be13

Browse files
committed
Configure specific add paths for release commit
See #50 (comment)
1 parent 72fabb7 commit 788be13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
title: "HydeCLI v${{ steps.build-version.outputs.version }}"
7474
branch: "release/v${{ steps.build-version.outputs.version }}"
7575
delete-branch: true
76+
add-paths: |
77+
app/Application.php
78+
builds/hyde
7679
7780
body: |
7881
This pull request was automatically created by the [HydeCLI release workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).

0 commit comments

Comments
 (0)