We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6d224 commit 3bde9d9Copy full SHA for 3bde9d9
1 file changed
.github/workflows/ci_main.yml
@@ -21,10 +21,9 @@ permissions:
21
jobs:
22
build-test-publish:
23
name: "Build, test, publish"
24
- if: github.ref == 'refs/heads/main'
25
uses: ./.github/workflows/ci_common.yml
26
with:
27
release: true
28
- enableAzdo: ${{ inputs.enableAzdo == '' && true || inputs.enableAzdo }}
+ enableAzdo: ${{ github.event_name != 'workflow_dispatch' || inputs.enableAzdo }}
29
secrets:
30
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}
0 commit comments