Skip to content

Commit d2ebb9d

Browse files
authored
Comment to clarify base/ref setting
1 parent 4697bf4 commit d2ebb9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: dorny/paths-filter@v2
3232
id: changes
3333
with:
34+
# when base and ref are the same, changes are detected against the most recent commit before the push.
35+
# see https://github.com/dorny/paths-filter#usage for details.
3436
base: 'prod'
3537
ref: 'prod'
3638
filters: |

0 commit comments

Comments
 (0)