Skip to content

Commit

Permalink
More updates of trigger conditions for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Dec 13, 2024
1 parent 3ecd5e9 commit 7290ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-shiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
- main
- development
pull_request:
types: [ labeled ]

name: shinyapps.io deploy

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shiny-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- development
pull_request:

name: shiny-tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tidy-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ on:
push:
branches:
- main
- development
pull_request:

name: tidyCode
name: tidy-code

jobs:
tidyCode:
Expand Down

0 comments on commit 7290ba6

Please sign in to comment.