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

Commit

Permalink
chore: only run bundlesize action on not-master
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jun 24, 2020
1 parent 3808ac0 commit 881bc08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Checks
# Checks bundlesize, does not run on master
name: Bundlesize

on: [push]
on:
push:
branches:
- '*'
- '!master'

jobs:
checks:
Expand Down

0 comments on commit 881bc08

Please sign in to comment.