Skip to content

Commit

Permalink
chore(fix): main name branch fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslopezd committed Jan 11, 2022
1 parent ed56f9f commit 8b67ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Automated publish

on:
push:
branches: [main]
branches: [master]

jobs:

publish:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "git remote add origin https://github.com/videsk/humanize-date.git"
},
"release": {
"branches": ["main"]
"branches": ["master"]
},
"keywords": [
"dates",
Expand Down

0 comments on commit 8b67ab6

Please sign in to comment.