Skip to content

Commit

Permalink
CI tests on pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Challa <[email protected]>
  • Loading branch information
Vishnu Challa committed Oct 7, 2024
1 parent 2c9f287 commit 8f75fbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Builders
on:
workflow_call:
workflow_dispatch:
pull_request:
pull_request_target:
branches:
- master
- main
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master
- main
pull_request_target:
branches:
- master
- main

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pylint
on:
workflow_call:
workflow_dispatch:
pull_request:
pull_request_target:
branches:
- master
- main
Expand Down

0 comments on commit 8f75fbf

Please sign in to comment.