We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a9ae7 commit adbda6fCopy full SHA for adbda6f
1 file changed
.github/workflows/cd.yml
@@ -2,6 +2,11 @@ name: CD
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ paths:
9
+ - 'eng/CurrentVersion.props'
10
11
env:
12
WORKING_DIR: ${{ github.workspace }}
0 commit comments