Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccormack committed Feb 23, 2021
1 parent 1dcb4a4 commit 4ea0097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: uvic-course-scraper

on:
push:
branches: [ master ]
branches: [ master, fix/auto-npm-publishing ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
verbose: true # optional (default = false)

publish-npm:
if: github.ref == 'refs/heads/master'
if: github.ref != 'refs/heads/master' && github.actor != 'isaaccormack'
needs: [ lint, build, test ]
environment: deployment
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ea0097

Please sign in to comment.