Skip to content

Commit

Permalink
ci: add pull request to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Jul 6, 2024
1 parent 6b2ee2a commit 5183fcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
- develop

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/DOCS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
- develop

jobs:
doxygen:
Expand Down

0 comments on commit 5183fcb

Please sign in to comment.