Skip to content

Commit

Permalink
Update test_java_make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metopa authored Jan 11, 2020
1 parent 28a3909 commit 2861ce0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test_java_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ on:
- 'epi_judge_cpp*/**'
- 'epi_judge_python*/**'
- 'html/**'
- '.gitignore'
- 'index.html'
- '*.md'
- 'LICENSE'
pull_request:
paths-ignore:
- 'epi_judge_cpp*/**'
- 'epi_judge_python*/**'
- 'html/**'
- '.gitignore'
- 'index.html'
- '*.md'
- 'LICENSE'

jobs:
fast_test:
Expand Down Expand Up @@ -90,4 +98,4 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- name: This check is triggered by the corresponding push event
run: echo 'This check is triggered by the corresponding push event'
run: echo 'This check is triggered by the corresponding push event'

0 comments on commit 2861ce0

Please sign in to comment.