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 f475fff commit e7f415bCopy full SHA for e7f415b
.github/workflows/nightly_release.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
check_for_changes:
18
- if: ${{ github.repository == 'MaterialDesignInXAML/MaterialDesignInXamlToolkit' && secrets.PAT != '' }}
+ if: ${{ github.repository == 'MaterialDesignInXAML/MaterialDesignInXamlToolkit' }}
19
runs-on: windows-latest
20
21
outputs:
.github/workflows/release.yml
build:
steps:
0 commit comments