Skip to content

Commit

Permalink
fix(ci): fix ci-core.yml not running issue
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou authored Dec 17, 2023
1 parent 56a6827 commit 7e22a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
- 'DomainVerier.sln'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/core-ci.yml'
- '**/ci-core.yml'
pull_request:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/core-ci.yml'
- '**/ci-core.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7e22a8b

Please sign in to comment.