Skip to content

Commit

Permalink
maint: make ci run on PR towards dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Sep 30, 2024
1 parent 93a4afb commit d6db3f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
- dev
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codestyle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
- dev
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
- dev
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Expand Down

0 comments on commit d6db3f2

Please sign in to comment.