We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902e623 commit f475fffCopy full SHA for f475fff
.github/workflows/nightly_release.yml
@@ -15,6 +15,7 @@ env:
15
16
jobs:
17
check_for_changes:
18
+ if: ${{ github.repository == 'MaterialDesignInXAML/MaterialDesignInXamlToolkit' && secrets.PAT != '' }}
19
runs-on: windows-latest
20
21
outputs:
.github/workflows/release.yml
build:
steps:
0 commit comments