Skip to content

Commit 1569398

Browse files
authored
Check for changes against current branch
1 parent f8951d2 commit 1569398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: dorny/paths-filter@v2
2424
id: filter
2525
with:
26+
base: ${{ github.ref_name }}
2627
filters: |
2728
images:
2829
- 'images/**'
@@ -97,4 +98,4 @@ jobs:
9798
with:
9899
token: ${{ secrets.GITHUB_TOKEN }}
99100
version: ${{ steps.semver.outputs.version }}
100-
app-version: ${{ steps.semver.outputs.short-sha }}
101+
app-version: ${{ steps.semver.outputs.short-sha }}

0 commit comments

Comments
 (0)