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

Commit

Permalink
Merge pull request #5 from ClickTrap-Media/bug/fix-deployment
Browse files Browse the repository at this point in the history
Change name of deployment branch
  • Loading branch information
Pascal Zarrad authored Jan 7, 2021
2 parents b370e9e + a6eaacd commit 8196019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Deploy a release to npmjs.com when a push to main occurs
# Deploy a release to npmjs.com when a push to master occurs
name: Deploy Release

# Run job on push to main
# Run job on push to master
on:
push:
branches:
- 'main'
- 'master'

jobs:
build:
Expand Down

0 comments on commit 8196019

Please sign in to comment.