Skip to content

Commit

Permalink
remove attribute for appointments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-fdeniger committed May 1, 2024
1 parent a8bc9f9 commit 86ca5de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-keycloak-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- keycloak/*
- keycloak/**
env:
REGISTRY: ghcr.io
IMAGE_NAME: keycloak-24.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-openmrs-backend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- backend/*
- backend/**
env:
REGISTRY: ghcr.io
IMAGE_NAME: openmrs-backend-2.5.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- frontend/*
- frontend/**
env:
REGISTRY: ghcr.io
IMAGE_NAME: openmrs-frontend-qa
Expand Down

0 comments on commit 86ca5de

Please sign in to comment.