Skip to content

Commit dfdbc86

Browse files
authored
fix: fix duplicate CI runs on pull requests (#482)
1 parent d79d4db commit dfdbc86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: build
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- master
10+
pull_request:
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)