Skip to content

Commit e1ab41b

Browse files
committed
[Java] Trigger a build if a push to master occurs or when a PR for master branch is created
1 parent f93f40c commit e1ab41b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Continuous Integration
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
39

410
env:
511
GRADLE_OPTS: "-Dorg.gradle.daemon=false"

0 commit comments

Comments
 (0)