Skip to content

Commit b006508

Browse files
authored
Update ci.yml
1 parent 70673b4 commit b006508

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
410

511
jobs:
612
build:
713
runs-on: ubuntu-latest
8-
14+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
915
steps:
1016
- uses: actions/checkout@v2
1117
- name: Set up JDK 17

0 commit comments

Comments
 (0)