Skip to content

Commit

Permalink
chore: rename master branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Jan 3, 2024
1 parent e9babca commit fad7133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and release
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

concurrency:
group: 'pages'
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- run: npm run build

github-pages:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

# Deploy to npm
release:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# context-filter-polyfill

[![Build Status](https://github.com/davidenke/context-filter-polyfill/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/davidenke/context-filter-polyfill)
[![Build Status](https://github.com/davidenke/context-filter-polyfill/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/davidenke/context-filter-polyfill)

https://davidenke.github.io/context-filter-polyfill/

Expand Down

0 comments on commit fad7133

Please sign in to comment.