Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
refactor(ci): enable npm job only on base branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Nov 1, 2019
1 parent 9b139f3 commit ac2c48a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: npm CI

on: [push]
on:
push:
branches:
- master
- develop

jobs:
publish:
Expand Down

0 comments on commit ac2c48a

Please sign in to comment.