Skip to content

Commit

Permalink
Merge pull request #9 from fingerprintjs/main-brunch
Browse files Browse the repository at this point in the history
Rename master branch to main
  • Loading branch information
ilfa committed May 10, 2022
2 parents 26bfdb0 + 3afd631 commit 58b6248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint, build and test
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Tests
run: yarn test
- name: Build
run: yarn build
run: yarn build
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
publish_args: "--non-interactive --access=public --new-version"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 58b6248

Please sign in to comment.