Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
scadule authored Jun 24, 2023
2 parents 8569781 + b812083 commit 063d9e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ name: Java CI with Maven feature

on:
push:
branches: [ "Wuaoni" ]
branches:
- feature-gameCommand-wj
- feature-ItemNPC-ld
- feature-GUI-qyl
- feature-SaveLoaderPLayer-wan
pull_request:
branches: [ "Wuaoni" ]
branches:
- feature-gameCommand-wj
- feature-ItemNPC-ld
- feature-GUI-qyl
- feature-SaveLoaderPLayer-wan

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions src/main/java/cn/edu/whut/sept/zuul/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ public static void main(String[] args) {
game.play();
}
}

0 comments on commit 063d9e9

Please sign in to comment.