Skip to content

Commit

Permalink
fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Apr 11, 2024
1 parent 2fdfa3f commit fdbc388
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .pipelines/build-linux-java.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
trigger:
- master
- 'releases/**'
- master
- releases/**

pr:
branches:
include:
- '*'
- master
- releases/**

pool:
vmImage: 'ubuntu-latest'
Expand Down
9 changes: 4 additions & 5 deletions .pipelines/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
trigger:
- master
- 'releases/**'
- master
- releases/**

pr:
branches:
include:
- '*'
- master
- releases/**

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit fdbc388

Please sign in to comment.