Skip to content

Commit

Permalink
Bug fix: Allowing tests to run for PRs from forked repos (#72)
Browse files Browse the repository at this point in the history
* bug fix, allow testing for forks

* minor update

* update
  • Loading branch information
venkatajagannath authored Sep 25, 2024
1 parent a783526 commit 9f9f683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
pull_request_target:
branches: ["main"]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 9f9f683

Please sign in to comment.