Skip to content

Commit b74b402

Browse files
committed
build for 231-EAP
1 parent cefbe77 commit b74b402

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build Plugin
22

3-
on: push
4-
#on:
5-
# push:
6-
# branches: [ "master" ]
3+
on:
4+
push:
5+
branches: *
76
# pull_request:
87
# branches: [ "master" ]
98

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val buildDataList = listOf(
4545
// 223.7571.123-EAP-SNAPSHOT
4646
// LATEST-EAP-SNAPSHOT
4747
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
48-
sinceBuild = "223",
48+
sinceBuild = "231",
4949
untilBuild = "231.*",
5050
bunch = "212",
5151
targetCompatibilityLevel = JavaVersion.VERSION_17,

0 commit comments

Comments
 (0)