Skip to content

Commit

Permalink
ci(tests): run tests on pull requests (#963)
Browse files Browse the repository at this point in the history
Adds pull_request to trigger workflow when an external contributor creates a pull request from a fork.
  • Loading branch information
mijailr authored Aug 23, 2024
1 parent 2850837 commit ae2c121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: tests
run-name: Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- "**"
- master
jobs:
tests-sdk-java:
if: ${{ !contains(github.event.head_commit.message, '[skip main]') }}
Expand Down

0 comments on commit ae2c121

Please sign in to comment.