Skip to content

Commit

Permalink
fix on syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Apr 16, 2024
1 parent 930fc0c commit 7122510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: Main Extension Distribution Pipeline
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
branches:
- main

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

0 comments on commit 7122510

Please sign in to comment.