Skip to content

Commit

Permalink
ci(Actions): Allow Test PR to run on all changes to pass status checks
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <[email protected]>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent c407a67 commit cac21d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/PR-open-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test PR and Push
on:
pull_request:
branches: [release,dev,master]
paths-ignore: ['doc/**','**.md','.gitignore','Prototype/**','.github/**']
jobs:
build:
name: Test APK
Expand Down

0 comments on commit cac21d1

Please sign in to comment.