Skip to content

Commit 641c501

Browse files
v1vSylvainJuge
andauthored
[jjbb] filter only for the default branch, PRs and tags (elastic#2389)
* [jjbb] filter only for the default branch, PRs and tags * [jjbb] skip tags from the regex Co-authored-by: SylvainJuge <[email protected]> Co-authored-by: SylvainJuge <[email protected]>
1 parent aef376b commit 641c501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jobs/apm-agent-java-mbp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
discover-pr-forks-trust: permission
1414
discover-pr-origin: merge-current
1515
discover-tags: true
16-
head-filter-regex: '^(?!stable).*$'
16+
head-filter-regex: '(master|PR-.*)'
1717
notification-context: 'apm-ci'
1818
repo: apm-agent-java
1919
repo-owner: elastic

0 commit comments

Comments
 (0)