Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: aws

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/azure-service-bus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: azure-service-bus

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cosmosdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cosmosdb

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: .NET

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/efcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: efcore

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: http

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: kafka

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/marten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: marten

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: mqtt

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: mysql

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: nats

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: oracle

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/persistence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: persistence

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/polecat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: polecat

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: pulsar

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: rabbitmq

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: redis

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: sqlite

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: sqlserver

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
Loading