ci: updated workflow, chore(release): 1.5.0

This commit is contained in:
2025-06-24 15:11:33 +03:00
parent 5eca0b395b
commit 2aa60d5553

View File

@@ -2,12 +2,13 @@ name: Publish Chrome Extension
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
publish:
name: Pack and Upload Extension
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'chore(release):')"
env:
EXTENSION_ID: ${{ secrets.GOOGLE_EXTENSION_ID }}