Skip to content

Commit

Permalink
Update references to main
Browse files Browse the repository at this point in the history
  • Loading branch information
th-awake committed Aug 5, 2020
1 parent d63dde7 commit 8406052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: CI

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: thomashoneyman/setup-purescript@master
- uses: thomashoneyman/setup-purescript@main

- name: Build the project
run: spago build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slug

[![CI](https://github.com/thomashoneyman/purescript-slug/workflows/CI/badge.svg?branch=master)](https://github.com/thomashoneyman/purescript-slug/actions?query=workflow%3ACI+branch%3Amaster)
[![CI](https://github.com/thomashoneyman/purescript-slug/workflows/CI/badge.svg?branch=main)](https://github.com/thomashoneyman/purescript-slug/actions?query=workflow%3ACI+branch%3Amain)
[![Latest release](http://img.shields.io/github/release/thomashoneyman/purescript-slug.svg)](https://github.com/thomashoneyman/purescript-slug/releases)
[![Latest package set](https://img.shields.io/endpoint.svg?url=https://package-sets-badge-0lf69kxs4fbd.runkit.sh/slug)](https://github.com/purescript/package-sets)
[![Maintainer: thomashoneyman](https://img.shields.io/badge/maintainer-thomashoneyman-lightgrey.svg)](http://github.com/thomashoneyman)
Expand Down Expand Up @@ -60,6 +60,6 @@ toString :: Slug -> String

## Contributing

Read the [contribution guidelines](https://github.com/thomashoneyman/purescript-slug/blob/master/.github/contributing.md) to get started and see helpful related resources.
Read the [contribution guidelines](https://github.com/thomashoneyman/purescript-slug/blob/main/.github/contributing.md) to get started and see helpful related resources.

Inspired by the Haskell [slug](https://github.com/mrkkrp/slug) library by [@mrkkrp](https://github.com/mrkkrp). Some naming conventions mirror [elm-slug](https://github.com/hecrj/elm-slug).

0 comments on commit 8406052

Please sign in to comment.