Skip to content

Commit 260ea0a

Browse files
committed
updated github actions
1 parent ad8a70e commit 260ea0a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/deployChrome.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish Chrome Extension
22
on:
33
push:
44
branches:
5-
- main
5+
- OTHER
6+
# This will need to be changed - just making a random branch for now so that it doesn't flag the main branch
67

78
jobs:
89
build-and-publish:

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Run Tests and Build
22
on:
3+
# Updated to only run on pull requests to dev because all pushed to main will go through dev
34
pull_request:
45
branches:
5-
- main
6-
- dev
7-
push:
8-
branches:
9-
- main
6+
# - main
107
- dev
8+
# push:
9+
# branches:
10+
# - main
11+
# - dev
1112
jobs:
1213
unit-testing-extension:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)