Skip to content

Commit

Permalink
Update README.md and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tyjvazum committed Apr 5, 2023
1 parent 05d9d05 commit 8082dbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
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

defaults:
run:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_branch: gh-pages
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ chat about the `arb` ecosystem.
Features
------

- [ ] Arbitrary Protocols
- [ ] Arbitrary Protocols https://github.com/tyjvazum/arb/issues/1

- [ ] Content Compression
- [ ] Content Compression https://github.com/tyjvazum/arb/issues/2

- [ ] Data Deduplication
- [ ] Data Deduplication https://github.com/tyjvazum/arb/issues/3

- [ ] Hash-addressed Content
- [ ] Hash-addressed Content https://github.com/tyjvazum/arb/issues/4

- [ ] Inscription Constraints
- [ ] Inscription Constraints https://github.com/tyjvazum/arb/issues/5

- [ ] Inscription Metadata (JSON)
- [ ] Inscription Metadata (JSON) https://github.com/tyjvazum/arb/issues/6

- [ ] Multipart Inscriptions
- [ ] Multipart Inscriptions https://github.com/tyjvazum/arb/issues/7

- [ ] Non-tracked / Non-transferable Inscriptions
- [ ] Non-tracked / Non-transferable Inscriptions https://github.com/tyjvazum/arb/issues/8

- [ ] Off-chain Content (BitTorrent)
- [ ] Off-chain Content (BitTorrent) https://github.com/tyjvazum/arb/issues/9

Default Protocols
------
Expand Down

0 comments on commit 8082dbb

Please sign in to comment.