Skip to content

Commit

Permalink
Merge pull request #77 from vishnuchalla/ci-on-pull
Browse files Browse the repository at this point in the history
CI tests on pull request
  • Loading branch information
vishnuchalla authored Oct 8, 2024
2 parents 2c9f287 + 8f75fbf commit 7e35dce
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 7e35dce

Please sign in to comment.