Skip to content

Commit

Permalink
chore: renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou committed Jan 1, 2024
1 parent 31f62df commit 9a38f8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-core.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DomainVerifier CD
name: Core CD

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-extensions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DomainVerifier.Extensions CD
name: Extensions CD

on:
release:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: DomainVerifier CI
name: Core CI

on:
push:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'Directory.Build.props'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/ci-core.yml'
pull_request:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'Directory.Build.props'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/ci-core.yml'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-extensions.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: DomainVerifier.Extensions CI
name: Extensions CI

on:
push:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'Directory.Build.props'
- 'src/DomainVerifier.Extensions/**'
- 'tests/DomainVerifier.Extensions.Tests/**'
- '**/ci-extensions.yml'
pull_request:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'Directory.Build.props'
- 'src/DomainVerifier.Extensions/**'
- 'tests/DomainVerifier.Extensions.Tests/**'
- '**/ci-extensions.yml'
Expand Down

0 comments on commit 9a38f8f

Please sign in to comment.