Skip to content

Commit

Permalink
Check for changes against current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored and sd109 committed Jan 23, 2024
1 parent 984c499 commit e11488b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
base: ${{ github.ref_name }}
filters: |
images:
- 'images/**'
Expand Down Expand Up @@ -97,4 +98,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.semver.outputs.version }}
app-version: ${{ steps.semver.outputs.short-sha }}
app-version: ${{ steps.semver.outputs.short-sha }}

0 comments on commit e11488b

Please sign in to comment.