Skip to content

Commit

Permalink
[FIX] ci for pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 18, 2024
1 parent 8886ae0 commit b9a16aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/messagepipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: messagepipelines
on:
push:
paths:
- 'messagepipelines/**'
- 'messagepipeline/**'
tags:
- '*'
branches:
- '*'
pull_request:
paths:
- 'messagepipelines/**'
- 'messagepipeline/**'
branches: [main]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messagepipelines_esm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [created]
tags:
- 'messagepipelines/*'
- 'messagepipeline/*'

jobs:
test:
Expand Down

0 comments on commit b9a16aa

Please sign in to comment.