Skip to content

Commit

Permalink
Fix broken CI (#154)
Browse files Browse the repository at this point in the history
* Fix broken CI

* Update test.yml
  • Loading branch information
fkirc committed Nov 1, 2021
1 parent 7652909 commit e86a884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check dist/

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'

jobs:
build: # make sure build/ci work properly
Expand Down

0 comments on commit e86a884

Please sign in to comment.