Skip to content

Commit

Permalink
Allow PRs from forks to run the test case action (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaantx authored Mar 22, 2023
1 parent 35229c9 commit ca69d8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: pull-request
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- '**'
- '!development'
push:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.3
5.6.4

0 comments on commit ca69d8b

Please sign in to comment.