Skip to content

Commit

Permalink
Run tests only once at pull requets
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 31, 2019
1 parent e93eb73 commit 16b738f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Oracle Tests

on:
push:
branches:
- master
paths:
- 'src/test/java/org/jabref/model/database/**'
- 'src/test/java/org/jabref/logic/shared/**'
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
# always run on pull requests

jobs:
checkstyle:
Expand Down

0 comments on commit 16b738f

Please sign in to comment.