Skip to content

Commit

Permalink
ci: trigger ci build on changes to to the ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 3, 2023
1 parent aa71f10 commit af0337e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- Directory.Packages.props
- xunit.runner.json
- 'src/**'
pull_request:
branches: [ master ]
paths:
- .github/workflows/ci.yml

jobs:
build-prism-core:
Expand Down

0 comments on commit af0337e

Please sign in to comment.