We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8a70e commit 260ea0aCopy full SHA for 260ea0a
.github/workflows/deployChrome.yml
@@ -2,7 +2,8 @@ name: Publish Chrome Extension
2
on:
3
push:
4
branches:
5
- - main
+ - OTHER
6
+ # This will need to be changed - just making a random branch for now so that it doesn't flag the main branch
7
8
jobs:
9
build-and-publish:
.github/workflows/tests.yml
@@ -1,13 +1,14 @@
1
name: Run Tests and Build
+ # Updated to only run on pull requests to dev because all pushed to main will go through dev
pull_request:
- - dev
- push:
- branches:
+ # - main
10
- dev
+ # push:
+ # branches:
11
+ # - dev
12
13
unit-testing-extension:
14
runs-on: ubuntu-latest
0 commit comments