Skip to content

Commit 2e6c7b4

Browse files
Merge pull request TheAlgorithms#1939 from TheAlgorithms/dev
fixed checkstyle action
2 parents 176675a + 89ca5d4 commit 2e6c7b4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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)