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

Commit

Permalink
chore: update ci.yml to point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jul 5, 2021
1 parent 49368f2 commit 7cdc763
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
install:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
browserstack:
name: Browserstack
runs-on: ubuntu-18.04
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: install

steps:
Expand All @@ -56,7 +56,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Run Tests
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
name: Release
runs-on: ubuntu-18.04
needs: [browserstack, validate]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ THE SOFTWARE.
[npm-downloads-image]: https://img.shields.io/npm/dm/salte-angular-hateoas.svg?style=flat
[npm-url]: https://npmjs.org/package/salte-angular-hateoas

[github-actions-image]: https://github.com/salte-io/salte-angular-hateoas/actions/workflows/ci.yml/badge.svg?branch=master
[github-actions-image]: https://github.com/salte-io/salte-angular-hateoas/actions/workflows/ci.yml/badge.svg?branch=main
[github-actions-url]: https://github.com/salte-io/salte-angular-hateoas/actions/workflows/ci.yml

[coveralls-image]: https://img.shields.io/coveralls/salte-io/salte-angular-hateoas/master.svg
[coveralls-image]: https://img.shields.io/coveralls/salte-io/salte-angular-hateoas/main.svg
[coveralls-url]: https://coveralls.io/github/salte-io/salte-angular-hateoas

[semantic-release-url]: https://github.com/semantic-release/semantic-release
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
/**
* ${packageJson.name} JavaScript Library v${packageJson.version}
*
* @license MIT (https://github.com/salte-io/salte-angular-hateoas/blob/master/LICENSE)
* @license MIT (https://github.com/salte-io/salte-angular-hateoas/blob/main/LICENSE)
*
* Made with ♥ by ${packageJson.contributors.join(', ')}
*/
Expand Down

0 comments on commit 7cdc763

Please sign in to comment.