Skip to content

Commit

Permalink
chore(gh): Always run build pipelines on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored and sam0r040 committed Oct 6, 2023
1 parent 5edc05f commit 65b49bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/springwolf-common-model-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-common-model-converters.yml'
- 'springwolf-add-ons/springwolf-common-model-converters/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/springwolf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-core.yml'
- 'springwolf-core/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/springwolf-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-ui.yml'
- 'springwolf-examples/springwolf-amqp-example/src/test/resources/asyncapi.json'
- 'springwolf-examples/springwolf-cloud-stream-example/src/test/resources/asyncapi.json'
- 'springwolf-examples/springwolf-kafka-example/src/test/resources/asyncapi.json'
- 'springwolf-ui/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down

0 comments on commit 65b49bd

Please sign in to comment.