Skip to content

Commit

Permalink
🔨 update workflow: intiate on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jul 7, 2024
1 parent dca0cf9 commit 1d88698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

name: Update Chrome Extension

on:
push:
branches:
- main
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -118,4 +118,3 @@ jobs:
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \
--refresh-token ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}

0 comments on commit 1d88698

Please sign in to comment.