We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325a6ad commit 930fc0cCopy full SHA for 930fc0c
.github/workflows/MainDistributionPipeline.yml
@@ -6,7 +6,8 @@ on:
6
push:
7
pull_request:
8
workflow_dispatch:
9
- if: false
+ branches:
10
+ - main
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
0 commit comments