Skip to content

Commit 954223e

Browse files
committed
Only run the CD workflow when CurrentVersion.props gets edited
1 parent 11de1fa commit 954223e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-controls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
push:
1616
branches:
1717
- main
18+
paths:
19+
- src/Files.App.Controls/CurrentVersion.props
1820
workflow_dispatch:
19-
pull_request:
20-
branches: [ "main" ]
2121

2222
jobs:
2323
build:

0 commit comments

Comments
 (0)