Skip to content

Commit

Permalink
GH-126: add pull request tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miskeens committed Nov 11, 2024
1 parent 41e7996 commit 22b8d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches-ignore:
- master
# Pull Requests can not reuse workflows from the source branch:
# https://github.com/actions/toolkit/issues/932
# pull_request:
# branches:
# - '*'
# Pull Requests can not reuse workflows from the source branch:
# https://github.com/actions/toolkit/issues/932
pull_request:
branches:
- '*'

jobs:
tests:
Expand Down

0 comments on commit 22b8d7f

Please sign in to comment.