Skip to content

Commit dc45a47

Browse files
committed
avoid running CI twice on every commit push
1 parent 738ab89 commit dc45a47

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: Test all the things
2-
on: [ push, pull_request ]
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
39
env:
410
JAVA_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
511
JVM_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)