diff --git a/.github/workflows/deploy-shinyapps-io.yaml b/.github/workflows/deploy-shinyapps-io.yaml index 58d4176..e28a363 100644 --- a/.github/workflows/deploy-shinyapps-io.yaml +++ b/.github/workflows/deploy-shinyapps-io.yaml @@ -3,6 +3,7 @@ name: shinyapps-io-deploy +# run when PR is merged OR via workflow dispatch on: pull_request: types: diff --git a/.github/workflows/deploy-shinylive.yaml b/.github/workflows/deploy-shinylive.yaml index 1610a76..8d2cb91 100644 --- a/.github/workflows/deploy-shinylive.yaml +++ b/.github/workflows/deploy-shinylive.yaml @@ -10,9 +10,7 @@ on: workflow_dispatch: # Trigger on push to `main` branch push: - branches: ["main"] - # Trigger on pull request to all branches (but do not deploy to gh-pages) - pull_request: + branches: "main" jobs: shinylive: diff --git a/ui.R b/ui.R index b302923..273f2cd 100644 --- a/ui.R +++ b/ui.R @@ -5,10 +5,10 @@ ui <- function() { fluidRow( column( 8, - p("Explore AD metadata template columns by column name, value, or description. ", - "You can use the large search bar to query the entire table, ", - "the small search bars underneath the column names to query by ", - "column, and the pagination at the bottom to flip through the table." + p("Explore AD metadata template columns by name, value, or description. ", + "You can use the large search bar at the top to query the entire dictionary, ", + "the small search bars underneath the dictionary column names to query by ", + "dictionary column, and the pagination at the bottom to flip through the table." ) ), column(