Skip to content

placeholder chrome yaml file #1

placeholder chrome yaml file

placeholder chrome yaml file #1

Workflow file for this run

name: Publish Chrome Extension

Check failure on line 1 in .github/workflows/deployChrome.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployChrome.yml

Invalid workflow file

`jobs` is not a valid event name
on:
push:
branches:
- main
jobs:
build-and-publish:
# https://developer.chrome.com/docs/webstore/using-api
# Challenges:
# Chrome Extensions go through a review so all changes to npm package need to be backward compatable because we can publish npm before the extension is approved and we don't know when the extension will be approved