Skip to content

Commit 89ca5d4

Browse files
committedOct 24, 2020
fixed action
1 parent 176675a commit 89ca5d4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

‎.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build Project
22

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

59
jobs:
610
build:

‎.github/workflows/checkstyle.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Code Formatter
22

3-
on: [push]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
58
jobs:
69
format:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.