Skip to content

Commit

Permalink
fix: workflows after switching to main branch (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers authored Apr 8, 2024
1 parent 6b25dd2 commit bbb3dcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 45 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: CI
name: ci

on:
push:
branches:
- master
- main
pull_request:

jobs:
lint-and-test:
name: lint and test
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/pull-request.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Join Community](https://badgen.net/badge/discord/join%20community/blue)](https://discord.gg/DeVVKVg)
![Version](https://badgen.net/badge/npm/n%2Fa/gray)
[![MIT License](https://badgen.net/github/license/wowserhq/client)](LICENSE)
[![CI](https://github.com/wowserhq/client/workflows/CI/badge.svg)](https://github.com/wowserhq/client/actions?query=workflow%3ACI)
[![CI](https://github.com/wowserhq/client/workflows/ci/badge.svg)](https://github.com/wowserhq/client/actions?query=workflow%3Aci)
[![Test Coverage](https://codecov.io/gh/wowserhq/client/branch/master/graph/badge.svg)](https://codecov.io/gh/wowserhq/client)

World of Warcraft in the browser using JavaScript and WebGL.
Expand Down

0 comments on commit bbb3dcb

Please sign in to comment.