Skip to content

Commit

Permalink
Changed: Only run CI when Actual source code under src is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 21, 2024
1 parent 439e1df commit 92427f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Build, Test and Publish
on:
push:
branches: [ master, refactor-reloaded3-compliance ]
paths:
- "src/**"
tags:
- '*'
pull_request:
branches: [ master, refactor-reloaded3-compliance ]
paths:
- "src/**"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/Reloaded.Project.Configurations

0 comments on commit 92427f0

Please sign in to comment.