Skip to content

Commit

Permalink
Merge pull request #5 from rajnishdargan/github-actions-update
Browse files Browse the repository at this point in the history
Issue #224230: Enabling build actions on Pull Requests
  • Loading branch information
vaivk369 authored Aug 5, 2024
2 parents ef5728d + 7ff7e48 commit 0eb291b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
build-and-test:
Expand Down

0 comments on commit 0eb291b

Please sign in to comment.