Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 881bc08

Browse files
authored
chore: only run bundlesize action on not-master
1 parent 3808ac0 commit 881bc08

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: Checks
1+
# Checks bundlesize, does not run on master
2+
name: Bundlesize
23

3-
on: [push]
4+
on:
5+
push:
6+
branches:
7+
- '*'
8+
- '!master'
49

510
jobs:
611
checks:

0 commit comments

Comments
 (0)