Skip to content

Commit f4bf1b8

Browse files
committed
tests made to only run on main branch
1 parent a1ad823 commit f4bf1b8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/chrome_ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Google Chrome CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
main
7+
pull-request:
8+
branches:
9+
main
410

511
jobs:
612
build:

.github/workflows/electron_ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Electron CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
main
7+
pull-request:
8+
branches:
9+
main
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)