Skip to content

Commit

Permalink
fix: auto-publish plz
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Gil committed Apr 25, 2022
1 parent 3cd4451 commit 97ff238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on:
push:
branches: [ production, staging ]
branches: [ production ]

env:
REPO_NAME: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -36,5 +36,4 @@ jobs:
# run: npm run audit

- name: Publish
if: github.ref == 'refs/heads/master'
run: npm run publish

0 comments on commit 97ff238

Please sign in to comment.