Skip to content

Commit 1780c8e

Browse files
committed
Running the Java workflow for PRs as well
1 parent 5e8f10a commit 1780c8e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/java.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- trunk
7+
pull_request:
8+
branches:
9+
- trunk
710

811
env:
912
NODE_VERSION: '13.x'

.github/workflows/javascript.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010

1111
jobs:
1212
build:
13-
# Skip job based on the commit message, only works in push to branches for now
14-
if: contains(toJson(github.event.commits), '[skip ci]') == false
1513
runs-on: ubuntu-latest
1614
steps:
1715
- name: Checkout source tree

0 commit comments

Comments
 (0)