Skip to content

Commit

Permalink
Update branches to run on
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Feb 7, 2024
1 parent fdc87bb commit ef7e904
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:
[new_release_0-3-8]
[main, dev]

# 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, new_release_0-3-8]
[main, dev]
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, new_release_0-3-8]
[main, dev]
pull_request:
branches:
[main]
Expand Down

0 comments on commit ef7e904

Please sign in to comment.