Skip to content

Commit 930fc0c

Browse files
committed
run GA on main
1 parent 325a6ad commit 930fc0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
pull_request:
88
workflow_dispatch:
9-
if: false
9+
branches:
10+
- main
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}

0 commit comments

Comments
 (0)