Changing auto merge command to merge strategy instead of squash

This commit is contained in:
a8trejo
2024-12-16 16:35:45 -08:00
parent fb8a33e19b
commit dd1f935de9
5 changed files with 2 additions and 43 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
publish-extension:
runs-on: ubuntu-latest
if: ${{ github.actor == 'R00-B0T'}}
if: ${{ github.actor == 'R00-B0T' || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3