Skip to content

Commit

Permalink
Fix deployment workflow after repository consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Dec 5, 2023
1 parent c17bbba commit e73a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# This allows for filtering out unchanged directories
# in a pull request, and using all directories on the release
# or main branches.
changed_relative_to_branch: ${{ github.base_ref || 'not-a-branch' }}
changed_relative_to_ref: origin/${{ github.base_ref || 'not-a-branch' }}
ignore_dirs: ".coredb examples"

build_and_push_images:
Expand Down

0 comments on commit e73a9f8

Please sign in to comment.