Skip to content

Commit

Permalink
GH actions tests
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 452a22b commit 52bc123
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-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
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Execute tests
on:
workflow_call:
workflow_dispatch:
pull_request_target:
branches:
- master
- main
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52bc123

Please sign in to comment.