Skip to content

Commit

Permalink
ci: renamed master branchs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles committed May 25, 2024
1 parent 3e8189c commit 8739a3f
Show file tree
Hide file tree
Showing 66 changed files with 134 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_applicationstatus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.ApplicationStatus/**
- test/Pulse.ApplicationStatus.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_arangodb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -16,7 +16,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.ArangoDb/**
- test/Pulse.ArangoDb.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_aws_s3_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Aws.S3/**
- test/Pulse.Aws.S3.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_aws_secretsmanager_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Aws.SecretsManager/**
- test/Pulse.Aws.SecretsManager.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_aws_sns_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Aws.Sns/**
- test/Pulse.Aws.Sns.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_aws_sqs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Aws.Sqs/**
- test/Pulse.Aws.Sqs.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_aws_systemsmanager_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Aws.SystemsManager/**
- test/Pulse.Aws.SystemsManager.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_blobstorage_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.Storage.Blobs/**
- test/Pulse.Azure.Storage.Blobs.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_digitaltwin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks AzureDigitalTwin CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureDigitalTwin/**
- test/Pulse.AzureDigitalTwin.Tests/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureDigitalTwin/**
- test/Pulse.AzureDigitalTwin.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_filestorage_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -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/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_iothub_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.IoTHub/**
- test/Pulse.Azure.IoTHub.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_queuestorage_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.Storage.Queues/**
- test/Pulse.Azure.Storage.Queues.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azure_tables_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.Data.Tables/**
- test/Pulse.Azure.Data.Tables.Tests/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks AzureApplicationInsights CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureApplicationInsights/**
- test/Pulse.AzureApplicationInsights.Tests/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureApplicationInsights/**
- test/Pulse.AzureApplicationInsights.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azureeventhubs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.Messaging.EventHubs/**
- test/Pulse.Azure.Messaging.EventHubs.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azurekeyvault_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureKeyVault/**
- test/Pulse.AzureKeyVault.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azurekeyvault_secrets_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Azure.KeyVault.Secrets/**
- test/Pulse.Azure.KeyVault.Secrets.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azuresearch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks AzureSearch CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureSearch/**
- test/Pulse.AzureSearch.Tests/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureSearch/**
- test/Pulse.AzureSearch.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_azureservicebus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.AzureServiceBus/**
- test/Pulse.AzureServiceBus.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_consul_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks Consul CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Consul/**
- test/Pulse.Consul.Tests/**
Expand All @@ -16,7 +16,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Consul/**
- test/Pulse.Consul.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_cosmosdb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks CosmosDb CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.CosmosDb/**
- test/Pulse.CosmosDb.Tests/**
Expand All @@ -16,7 +16,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.CosmosDb/**
- test/Pulse.CosmosDb.Tests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_dapr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HealthChecks Dapr CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Dapr/**
- test/Pulse.Dapr.Tests/**
Expand All @@ -17,7 +17,7 @@ on:
- preview-*

pull_request:
branches: [ master ]
branches: [ main ]
paths:
- src/Pulse.Dapr/**
- test/Pulse.Dapr.Tests/**
Expand Down
Loading

0 comments on commit 8739a3f

Please sign in to comment.