Skip to content

Commit

Permalink
Update when tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Feb 2, 2024
1 parent d573734 commit 30b8fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
[main]
push:
branches:
[add-doc-examples, new_release_0-3-8]
[new_release_0-3-8]

# Allows you to run this workflow manually from the Actions tab
#workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
[main, dev, new_release_0-3-8]
[main, new_release_0-3-8]
pull_request:
branches:
[main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: R-test
on:
push:
branches:
[main, dev, reticulate_demo_test]
[main, new_release_0-3-8]
pull_request:
branches:
[main]
Expand Down

0 comments on commit 30b8fdd

Please sign in to comment.