Skip to content

Commit 5493d0e

Browse files
committed
Run CI only on master branch
1 parent d5f320e commit 5493d0e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Java CI with Gradle
22

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

511
jobs:
612
build:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
setGroup("net.elytrium")
13-
setVersion("1.1.6-SNAPSHOT")
13+
setVersion("1.1.6")
1414

1515
java {
1616
setSourceCompatibility(JavaVersion.VERSION_11)

0 commit comments

Comments
 (0)