Skip to content

Commit

Permalink
Update deploy-shiny.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby authored Dec 9, 2024
1 parent b190b35 commit 701ee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-shiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches:
- main
- development

name: deploy-shiny

Expand All @@ -23,6 +22,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: 4.4.1

- name: Set env vars (dev)
if: endsWith(github.ref, '/development')
Expand Down

0 comments on commit 701ee0f

Please sign in to comment.