Skip to content

Commit 3fc712a

Browse files
author
Michał Miszczyszyn
authored
Merge branch 'main' into issue/43
2 parents 8ccf48f + 71a81ad commit 3fc712a

File tree

5 files changed

+677
-20
lines changed

5 files changed

+677
-20
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [typeofweb]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: typeofweb
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
deploy:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)