diff --git a/.github/workflows/healthchecks_applicationstatus_ci.yml b/.github/workflows/healthchecks_applicationstatus_ci.yml index c8c990f4..0d9a4f7d 100644 --- a/.github/workflows/healthchecks_applicationstatus_ci.yml +++ b/.github/workflows/healthchecks_applicationstatus_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Application Status CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.ApplicationStatus/** - test/Pulse.ApplicationStatus.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.ApplicationStatus/** - test/Pulse.ApplicationStatus.Tests/** diff --git a/.github/workflows/healthchecks_arangodb_ci.yml b/.github/workflows/healthchecks_arangodb_ci.yml index 9a394453..e319a6e7 100644 --- a/.github/workflows/healthchecks_arangodb_ci.yml +++ b/.github/workflows/healthchecks_arangodb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Arango DB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.ArangoDb/** - test/Pulse.ArangoDb.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.ArangoDb/** - test/Pulse.ArangoDb.Tests/** diff --git a/.github/workflows/healthchecks_aws_s3_ci.yml b/.github/workflows/healthchecks_aws_s3_ci.yml index 97933575..711df3b0 100644 --- a/.github/workflows/healthchecks_aws_s3_ci.yml +++ b/.github/workflows/healthchecks_aws_s3_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Aws.S3 CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.S3/** - test/Pulse.Aws.S3.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.S3/** - test/Pulse.Aws.S3.Tests/** diff --git a/.github/workflows/healthchecks_aws_secretsmanager_ci.yml b/.github/workflows/healthchecks_aws_secretsmanager_ci.yml index fd76fdd9..134a2a7d 100644 --- a/.github/workflows/healthchecks_aws_secretsmanager_ci.yml +++ b/.github/workflows/healthchecks_aws_secretsmanager_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Aws.SecretsManager CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.SecretsManager/** - test/Pulse.Aws.SecretsManager.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.SecretsManager/** - test/Pulse.Aws.SecretsManager.Tests/** diff --git a/.github/workflows/healthchecks_aws_sns_ci.yml b/.github/workflows/healthchecks_aws_sns_ci.yml index f81335d3..f3e3b38d 100644 --- a/.github/workflows/healthchecks_aws_sns_ci.yml +++ b/.github/workflows/healthchecks_aws_sns_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Aws Sns CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.Sns/** - test/Pulse.Aws.Sns.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.Sns/** - test/Pulse.Aws.Sns.Tests/** diff --git a/.github/workflows/healthchecks_aws_sqs_ci.yml b/.github/workflows/healthchecks_aws_sqs_ci.yml index 39287d96..570dde25 100644 --- a/.github/workflows/healthchecks_aws_sqs_ci.yml +++ b/.github/workflows/healthchecks_aws_sqs_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Aws Sqs CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.Sqs/** - test/Pulse.Aws.Sqs.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.Sqs/** - test/Pulse.Aws.Sqs.Tests/** diff --git a/.github/workflows/healthchecks_aws_systemsmanager_ci.yml b/.github/workflows/healthchecks_aws_systemsmanager_ci.yml index 5d8a747d..e5d47b8c 100644 --- a/.github/workflows/healthchecks_aws_systemsmanager_ci.yml +++ b/.github/workflows/healthchecks_aws_systemsmanager_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Aws Systems Manager CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.SystemsManager/** - test/Pulse.Aws.SystemsManager.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Aws.SystemsManager/** - test/Pulse.Aws.SystemsManager.Tests/** diff --git a/.github/workflows/healthchecks_azure_blobstorage_ci.yml b/.github/workflows/healthchecks_azure_blobstorage_ci.yml index 58eb0a3e..dd7c5a49 100644 --- a/.github/workflows/healthchecks_azure_blobstorage_ci.yml +++ b/.github/workflows/healthchecks_azure_blobstorage_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure Blob Storage CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Blobs/** - test/Pulse.Azure.Storage.Blobs.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Blobs/** - test/Pulse.Azure.Storage.Blobs.Tests/** diff --git a/.github/workflows/healthchecks_azure_digitaltwin_ci.yml b/.github/workflows/healthchecks_azure_digitaltwin_ci.yml index a64df9e5..771da59a 100644 --- a/.github/workflows/healthchecks_azure_digitaltwin_ci.yml +++ b/.github/workflows/healthchecks_azure_digitaltwin_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks AzureDigitalTwin CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureDigitalTwin/** - test/Pulse.AzureDigitalTwin.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureDigitalTwin/** - test/Pulse.AzureDigitalTwin.Tests/** diff --git a/.github/workflows/healthchecks_azure_filestorage_ci.yml b/.github/workflows/healthchecks_azure_filestorage_ci.yml index a30b5253..cadb6b3d 100644 --- a/.github/workflows/healthchecks_azure_filestorage_ci.yml +++ b/.github/workflows/healthchecks_azure_filestorage_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure File Storage CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Files.Shares/** - test/Pulse.Azure.Storage.Files.Shares.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Files.Shares/** - test/Pulse.Azure.Storage.Files.Shares.Tests/** diff --git a/.github/workflows/healthchecks_azure_iothub_ci.yml b/.github/workflows/healthchecks_azure_iothub_ci.yml index 6c0ddaec..974cefb3 100644 --- a/.github/workflows/healthchecks_azure_iothub_ci.yml +++ b/.github/workflows/healthchecks_azure_iothub_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure.IoTHub CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.IoTHub/** - test/Pulse.Azure.IoTHub.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.IoTHub/** - test/Pulse.Azure.IoTHub.Tests/** diff --git a/.github/workflows/healthchecks_azure_queuestorage_ci.yml b/.github/workflows/healthchecks_azure_queuestorage_ci.yml index d4dae5f2..a8e20f32 100644 --- a/.github/workflows/healthchecks_azure_queuestorage_ci.yml +++ b/.github/workflows/healthchecks_azure_queuestorage_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure Queue Storage CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Queues/** - test/Pulse.Azure.Storage.Queues.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Storage.Queues/** - test/Pulse.Azure.Storage.Queues.Tests/** diff --git a/.github/workflows/healthchecks_azure_tables_ci.yml b/.github/workflows/healthchecks_azure_tables_ci.yml index 761aa42e..b6a0e7f6 100644 --- a/.github/workflows/healthchecks_azure_tables_ci.yml +++ b/.github/workflows/healthchecks_azure_tables_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure Table Storage CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Data.Tables/** - test/Pulse.Azure.Data.Tables.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Data.Tables/** - test/Pulse.Azure.Data.Tables.Tests/** diff --git a/.github/workflows/healthchecks_azureapplicationinsights_ci.yml b/.github/workflows/healthchecks_azureapplicationinsights_ci.yml index cc17451a..68453f1e 100644 --- a/.github/workflows/healthchecks_azureapplicationinsights_ci.yml +++ b/.github/workflows/healthchecks_azureapplicationinsights_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks AzureApplicationInsights CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureApplicationInsights/** - test/Pulse.AzureApplicationInsights.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureApplicationInsights/** - test/Pulse.AzureApplicationInsights.Tests/** diff --git a/.github/workflows/healthchecks_azureeventhubs_ci.yml b/.github/workflows/healthchecks_azureeventhubs_ci.yml index 0dac5854..d5778bbc 100644 --- a/.github/workflows/healthchecks_azureeventhubs_ci.yml +++ b/.github/workflows/healthchecks_azureeventhubs_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure EventHubs CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Messaging.EventHubs/** - test/Pulse.Azure.Messaging.EventHubs.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.Messaging.EventHubs/** - test/Pulse.Azure.Messaging.EventHubs.Tests/** diff --git a/.github/workflows/healthchecks_azurekeyvault_ci.yml b/.github/workflows/healthchecks_azurekeyvault_ci.yml index 1f9484f8..0b847983 100644 --- a/.github/workflows/healthchecks_azurekeyvault_ci.yml +++ b/.github/workflows/healthchecks_azurekeyvault_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks AzureKeyVault DB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureKeyVault/** - test/Pulse.AzureKeyVault.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureKeyVault/** - test/Pulse.AzureKeyVault.Tests/** diff --git a/.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml b/.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml index 7180b86e..e30dba67 100644 --- a/.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml +++ b/.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Azure KeyVault Secrets CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.KeyVault.Secrets/** - test/Pulse.Azure.KeyVault.Secrets.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Azure.KeyVault.Secrets/** - test/Pulse.Azure.KeyVault.Secrets.Tests/** diff --git a/.github/workflows/healthchecks_azuresearch_ci.yml b/.github/workflows/healthchecks_azuresearch_ci.yml index 3a5a0c6a..ff9b3371 100644 --- a/.github/workflows/healthchecks_azuresearch_ci.yml +++ b/.github/workflows/healthchecks_azuresearch_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks AzureSearch CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureSearch/** - test/Pulse.AzureSearch.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureSearch/** - test/Pulse.AzureSearch.Tests/** diff --git a/.github/workflows/healthchecks_azureservicebus_ci.yml b/.github/workflows/healthchecks_azureservicebus_ci.yml index 723ef5ac..aa7b05e0 100644 --- a/.github/workflows/healthchecks_azureservicebus_ci.yml +++ b/.github/workflows/healthchecks_azureservicebus_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks AzureServiceBus DB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureServiceBus/** - test/Pulse.AzureServiceBus.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.AzureServiceBus/** - test/Pulse.AzureServiceBus.Tests/** diff --git a/.github/workflows/healthchecks_consul_ci.yml b/.github/workflows/healthchecks_consul_ci.yml index 30fc1b3c..337cd392 100644 --- a/.github/workflows/healthchecks_consul_ci.yml +++ b/.github/workflows/healthchecks_consul_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Consul CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Consul/** - test/Pulse.Consul.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Consul/** - test/Pulse.Consul.Tests/** diff --git a/.github/workflows/healthchecks_cosmosdb_ci.yml b/.github/workflows/healthchecks_cosmosdb_ci.yml index f3b11340..b2eb18cb 100644 --- a/.github/workflows/healthchecks_cosmosdb_ci.yml +++ b/.github/workflows/healthchecks_cosmosdb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks CosmosDb CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.CosmosDb/** - test/Pulse.CosmosDb.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.CosmosDb/** - test/Pulse.CosmosDb.Tests/** diff --git a/.github/workflows/healthchecks_dapr_ci.yml b/.github/workflows/healthchecks_dapr_ci.yml index 20c96b12..1c95a7ce 100644 --- a/.github/workflows/healthchecks_dapr_ci.yml +++ b/.github/workflows/healthchecks_dapr_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Dapr CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Dapr/** - test/Pulse.Dapr.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Dapr/** - test/Pulse.Dapr.Tests/** diff --git a/.github/workflows/healthchecks_documentdb_ci.yml b/.github/workflows/healthchecks_documentdb_ci.yml index 61fb4b27..2c4881b0 100644 --- a/.github/workflows/healthchecks_documentdb_ci.yml +++ b/.github/workflows/healthchecks_documentdb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks DocumentDb CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.DocumentDb/** - test/Pulse.DocumentDb.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.DocumentDb/** - test/Pulse.DocumentDb.Tests/** diff --git a/.github/workflows/healthchecks_dynamodb_ci.yml b/.github/workflows/healthchecks_dynamodb_ci.yml index 42f5dae3..6e4234b0 100644 --- a/.github/workflows/healthchecks_dynamodb_ci.yml +++ b/.github/workflows/healthchecks_dynamodb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks DynamoDb CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.DynamoDb/** - test/Pulse.DynamoDb.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.DynamoDb/** - test/Pulse.DynamoDb.Tests/** diff --git a/.github/workflows/healthchecks_elasticsearch_ci.yml b/.github/workflows/healthchecks_elasticsearch_ci.yml index f5d7b566..3e4c4756 100644 --- a/.github/workflows/healthchecks_elasticsearch_ci.yml +++ b/.github/workflows/healthchecks_elasticsearch_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Elastic Search CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Elasticsearch/** - test/Pulse.Elasticsearch.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Elasticsearch/** - test/Pulse.Elasticsearch.Tests/** diff --git a/.github/workflows/healthchecks_eventstore_ci.yml b/.github/workflows/healthchecks_eventstore_ci.yml index 6aeb0224..6a9a934f 100644 --- a/.github/workflows/healthchecks_eventstore_ci.yml +++ b/.github/workflows/healthchecks_eventstore_ci.yml @@ -2,7 +2,7 @@ name: HealthChecks EventStore CI on: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.EventStore/** - test/Pulse.EventStore.Tests/** @@ -15,7 +15,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.EventStore/** - test/Pulse.EventStore.Tests/** diff --git a/.github/workflows/healthchecks_eventstore_grpc_ci.yml b/.github/workflows/healthchecks_eventstore_grpc_ci.yml index 0cd2ec32..d18c2987 100644 --- a/.github/workflows/healthchecks_eventstore_grpc_ci.yml +++ b/.github/workflows/healthchecks_eventstore_grpc_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks EventStore.gRPC CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.EventStore.gRPC/** - test/Pulse.EventStore.gRPC.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.EventStore.gRPC/** - test/Pulse.EventStore.gRPC.Tests/** diff --git a/.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml b/.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml index 333e27a9..98a37311 100644 --- a/.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml +++ b/.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Gcp.CloudFirestore CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Gcp.CloudFirestore/** - test/Pulse.Gcp.CloudFirestore.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Gcp.CloudFirestore/** - test/Pulse.Gcp.CloudFirestore.Tests/** diff --git a/.github/workflows/healthchecks_gremlin_ci.yml b/.github/workflows/healthchecks_gremlin_ci.yml index fa195a66..c0be5690 100644 --- a/.github/workflows/healthchecks_gremlin_ci.yml +++ b/.github/workflows/healthchecks_gremlin_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Gremlin CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Gremlin/** - test/Pulse.Gremlin.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Gremlin/** - test/Pulse.Gremlin.Tests/** diff --git a/.github/workflows/healthchecks_hangfire_ci.yml b/.github/workflows/healthchecks_hangfire_ci.yml index de2d157b..48e4e77f 100644 --- a/.github/workflows/healthchecks_hangfire_ci.yml +++ b/.github/workflows/healthchecks_hangfire_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Hangfire CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Hangfire/** - test/Pulse.Hangfire.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Hangfire/** - test/Pulse.Hangfire.Tests/** diff --git a/.github/workflows/healthchecks_ibmmq_ci.yml b/.github/workflows/healthchecks_ibmmq_ci.yml index eb22fd99..2995243f 100644 --- a/.github/workflows/healthchecks_ibmmq_ci.yml +++ b/.github/workflows/healthchecks_ibmmq_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks IbmMQ CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.IbmMQ/** - test/Pulse.IbmMQ.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.IbmMQ/** - test/Pulse.IbmMQ.Tests/** diff --git a/.github/workflows/healthchecks_influxdb_ci.yml b/.github/workflows/healthchecks_influxdb_ci.yml index 38805027..7d4eed80 100644 --- a/.github/workflows/healthchecks_influxdb_ci.yml +++ b/.github/workflows/healthchecks_influxdb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks InfluxDB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.InfluxDB/** - test/Pulse.InfluxDB.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.InfluxDB/** - test/Pulse.InfluxDB.Tests/** diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index 2fdbda27..2b714874 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Kafka CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Kafka/** - test/Pulse.Kafka.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Kafka/** - test/Pulse.Kafka.Tests/** diff --git a/.github/workflows/healthchecks_kubernetes_ci.yml b/.github/workflows/healthchecks_kubernetes_ci.yml index f1211e26..3aea278f 100644 --- a/.github/workflows/healthchecks_kubernetes_ci.yml +++ b/.github/workflows/healthchecks_kubernetes_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Kubernetes CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Kubernetes/** - test/Pulse.Kubernetes.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Kubernetes/** - test/Pulse.Kubernetes.Tests/** diff --git a/.github/workflows/healthchecks_mongodb_ci.yml b/.github/workflows/healthchecks_mongodb_ci.yml index 8ed5f380..1fd48b3f 100644 --- a/.github/workflows/healthchecks_mongodb_ci.yml +++ b/.github/workflows/healthchecks_mongodb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks MongoDb CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.MongoDb/** - test/Pulse.MongoDb.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.MongoDb/** - test/Pulse.MongoDb.Tests/** diff --git a/.github/workflows/healthchecks_mysql_ci.yml b/.github/workflows/healthchecks_mysql_ci.yml index 4f002319..5b6da879 100644 --- a/.github/workflows/healthchecks_mysql_ci.yml +++ b/.github/workflows/healthchecks_mysql_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks MySql CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.MySql/** - test/Pulse.MySql.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.MySql/** - test/Pulse.MySql.Tests/** diff --git a/.github/workflows/healthchecks_nats_ci.yml b/.github/workflows/healthchecks_nats_ci.yml index dcf77785..eff5f469 100644 --- a/.github/workflows/healthchecks_nats_ci.yml +++ b/.github/workflows/healthchecks_nats_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Nats CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Nats/** - test/Pulse.Nats.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Nats/** - test/Pulse.Nats.Tests/** diff --git a/.github/workflows/healthchecks_network_ci.yml b/.github/workflows/healthchecks_network_ci.yml index 1011be24..bc90c9bf 100644 --- a/.github/workflows/healthchecks_network_ci.yml +++ b/.github/workflows/healthchecks_network_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Network CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Network/** - test/Pulse.Network.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Network/** - test/Pulse.Network.Tests/** diff --git a/.github/workflows/healthchecks_npgsql_ci.yml b/.github/workflows/healthchecks_npgsql_ci.yml index 2d0395f9..34e56a1b 100644 --- a/.github/workflows/healthchecks_npgsql_ci.yml +++ b/.github/workflows/healthchecks_npgsql_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks NPGSQL DB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.NpgSql/** - test/Pulse.Npgsql.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.NpgSql/** - test/Pulse.Npgsql.Tests/** diff --git a/.github/workflows/healthchecks_openidconnectserver_ci.yml b/.github/workflows/healthchecks_openidconnectserver_ci.yml index 0ccf28b4..12b3c78a 100644 --- a/.github/workflows/healthchecks_openidconnectserver_ci.yml +++ b/.github/workflows/healthchecks_openidconnectserver_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks OpenIdConnectServer CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.OpenIdConnectServer/** - test/Pulse.IdSvr.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.OpenIdConnectServer/** - test/Pulse.IdSvr.Tests/** diff --git a/.github/workflows/healthchecks_oracle_ci.yml b/.github/workflows/healthchecks_oracle_ci.yml index 9468c915..70eebb6e 100644 --- a/.github/workflows/healthchecks_oracle_ci.yml +++ b/.github/workflows/healthchecks_oracle_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Oracle CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Oracle/** - test/Pulse.Oracle.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Oracle/** - test/Pulse.Oracle.Tests/** diff --git a/.github/workflows/healthchecks_prometheus_metrics_ci.yml b/.github/workflows/healthchecks_prometheus_metrics_ci.yml index e1094115..5aec4252 100644 --- a/.github/workflows/healthchecks_prometheus_metrics_ci.yml +++ b/.github/workflows/healthchecks_prometheus_metrics_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Prometheus.Metrics CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Prometheus.Metrics/** - test/Pulse.Prometheus.Metrics.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Prometheus.Metrics/** - test/Pulse.Prometheus.Metrics.Tests/** diff --git a/.github/workflows/healthchecks_publisher_applicationinsights_ci.yml b/.github/workflows/healthchecks_publisher_applicationinsights_ci.yml index e16c13be..639fc927 100644 --- a/.github/workflows/healthchecks_publisher_applicationinsights_ci.yml +++ b/.github/workflows/healthchecks_publisher_applicationinsights_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Publisher.ApplicationInsights CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.ApplicationInsights/** - test/Pulse.Publisher.ApplicationInsights.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.ApplicationInsights/** - test/Pulse.Publisher.ApplicationInsights.Tests/** diff --git a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml index a35ef638..2c328020 100644 --- a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml +++ b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Publisher.CloudWatch CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.CloudWatch/** - test/Pulse.Publisher.CloudWatch.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.CloudWatch/** - test/Pulse.Publisher.CloudWatch.Tests/** diff --git a/.github/workflows/healthchecks_publisher_datadog_ci.yml b/.github/workflows/healthchecks_publisher_datadog_ci.yml index ebd8f33d..5c6e5fa2 100644 --- a/.github/workflows/healthchecks_publisher_datadog_ci.yml +++ b/.github/workflows/healthchecks_publisher_datadog_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Publisher.Datadog CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Datadog/** - test/Pulse.Publisher.Datadog.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Datadog/** - test/Pulse.Publisher.Datadog.Tests/** diff --git a/.github/workflows/healthchecks_publisher_prometheus_ci.yml b/.github/workflows/healthchecks_publisher_prometheus_ci.yml index b8268378..3646ca72 100644 --- a/.github/workflows/healthchecks_publisher_prometheus_ci.yml +++ b/.github/workflows/healthchecks_publisher_prometheus_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Publisher.Prometheus CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Prometheus/** - test/Pulse.Publisher.Prometheus.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Prometheus/** - test/Pulse.Publisher.Prometheus.Tests/** diff --git a/.github/workflows/healthchecks_publisher_seq_ci.yml b/.github/workflows/healthchecks_publisher_seq_ci.yml index fa24490e..9e81f26b 100644 --- a/.github/workflows/healthchecks_publisher_seq_ci.yml +++ b/.github/workflows/healthchecks_publisher_seq_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Publisher.Seq CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Seq/** - test/Pulse.Publisher.Seq.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Publisher.Seq/** - test/Pulse.Publisher.Seq.Tests/** diff --git a/.github/workflows/healthchecks_rabbitmq_ci.yml b/.github/workflows/healthchecks_rabbitmq_ci.yml index d6a9627b..aa145e50 100644 --- a/.github/workflows/healthchecks_rabbitmq_ci.yml +++ b/.github/workflows/healthchecks_rabbitmq_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks RabbitMQ CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Rabbitmq/** - test/Pulse.RabbitMQ.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Rabbitmq/** - test/Pulse.RabbitMQ.Tests/** diff --git a/.github/workflows/healthchecks_ravendb_ci.yml b/.github/workflows/healthchecks_ravendb_ci.yml index a1822eaa..79b21159 100644 --- a/.github/workflows/healthchecks_ravendb_ci.yml +++ b/.github/workflows/healthchecks_ravendb_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks RavenDb CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.RavenDB/** - test/Pulse.RavenDb.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.RavenDB/** - test/Pulse.RavenDb.Tests/** diff --git a/.github/workflows/healthchecks_redis_ci.yml b/.github/workflows/healthchecks_redis_ci.yml index 31ad96f8..368c0fdd 100644 --- a/.github/workflows/healthchecks_redis_ci.yml +++ b/.github/workflows/healthchecks_redis_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Redis CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Redis/** - test/Pulse.Redis.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Redis/** - test/Pulse.Redis.Tests/** diff --git a/.github/workflows/healthchecks_sendgrid_ci.yml b/.github/workflows/healthchecks_sendgrid_ci.yml index 842615bd..1a765a4e 100644 --- a/.github/workflows/healthchecks_sendgrid_ci.yml +++ b/.github/workflows/healthchecks_sendgrid_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks SendGrid CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SendGrid/** - test/Pulse.SendGrid.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SendGrid/** - test/Pulse.SendGrid.Tests/** diff --git a/.github/workflows/healthchecks_signalr_ci.yml b/.github/workflows/healthchecks_signalr_ci.yml index a9fce2b8..2e070fc4 100644 --- a/.github/workflows/healthchecks_signalr_ci.yml +++ b/.github/workflows/healthchecks_signalr_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks SignalR CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SignalR/** - test/Pulse.SignalR.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SignalR/** - test/Pulse.SignalR.Tests/** diff --git a/.github/workflows/healthchecks_solr_ci.yml b/.github/workflows/healthchecks_solr_ci.yml index 2fc81590..c54cd533 100644 --- a/.github/workflows/healthchecks_solr_ci.yml +++ b/.github/workflows/healthchecks_solr_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Solr CI on: workflow_dispatch: push: - branches: [ master, netcore-6.0 ] + branches: [ main, netcore-6.0 ] paths: - src/Pulse.Solr/** - test/Pulse.Solr.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Solr/** - test/Pulse.Solr.Tests/** diff --git a/.github/workflows/healthchecks_sqlite_ci.yml b/.github/workflows/healthchecks_sqlite_ci.yml index 0ab5c7e9..a1a7d38f 100644 --- a/.github/workflows/healthchecks_sqlite_ci.yml +++ b/.github/workflows/healthchecks_sqlite_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Sqlite CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Sqlite/** - test/Pulse.Sqlite.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Sqlite/** - test/Pulse.Sqlite.Tests/** diff --git a/.github/workflows/healthchecks_sqlserver_ci.yml b/.github/workflows/healthchecks_sqlserver_ci.yml index 7fa69cbc..2afe61f0 100644 --- a/.github/workflows/healthchecks_sqlserver_ci.yml +++ b/.github/workflows/healthchecks_sqlserver_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks SQL Server DB CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SqlServer/** - test/Pulse.SqlServer.Tests/** @@ -16,7 +16,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.SqlServer/** - test/Pulse.SqlServer.Tests/** diff --git a/.github/workflows/healthchecks_system_ci.yml b/.github/workflows/healthchecks_system_ci.yml index 575e7b8d..54891058 100644 --- a/.github/workflows/healthchecks_system_ci.yml +++ b/.github/workflows/healthchecks_system_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks System CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.System/** - test/Pulse.System.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.System/** - test/Pulse.System.Tests/** diff --git a/.github/workflows/healthchecks_ui_ci.yml b/.github/workflows/healthchecks_ui_ci.yml index 0e51fdf1..fb60a88c 100644 --- a/.github/workflows/healthchecks_ui_ci.yml +++ b/.github/workflows/healthchecks_ui_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks UI CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.UI/** - src/Pulse.UI.*/** @@ -19,7 +19,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.UI/** - src/Pulse.UI.*/** diff --git a/.github/workflows/healthchecks_uris_ci.yml b/.github/workflows/healthchecks_uris_ci.yml index 06e50a24..3d0f1298 100644 --- a/.github/workflows/healthchecks_uris_ci.yml +++ b/.github/workflows/healthchecks_uris_ci.yml @@ -3,7 +3,7 @@ name: HealthChecks Uris CI on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Uris/** - test/Pulse.Uris.Tests/** @@ -17,7 +17,7 @@ on: - preview-* pull_request: - branches: [ master ] + branches: [ main ] paths: - src/Pulse.Uris/** - test/Pulse.Uris.Tests/** diff --git a/README.md b/README.md index efea06fe..6cf56a95 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
+