Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 17, 2023
1 parent 2df49a4 commit eadb64d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-chrome.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Publish on Chrome - TEST"

on: workflow_dispatch
on:
pull_request:
branches:
- main

jobs:
chrome-publish:
Expand All @@ -14,7 +17,7 @@ jobs:
- name: "Checkout Development Branch"
uses: actions/checkout@v3
with:
ref: actions
ref: ${{ github.event.pull_request.head.ref }}

- name: Get commit SHA
shell: bash
Expand Down

0 comments on commit eadb64d

Please sign in to comment.