Skip to content

Commit

Permalink
[TASK] add funding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 5, 2024
1 parent 221dff2 commit 46504ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: razormind
thanks_dev: # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
- 'FUNDING.yml'
- '.github/FUNDING.yml'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
- 'FUNDING.yml'
- '.github/FUNDING.yml'

jobs:
build-linux:
Expand Down

0 comments on commit 46504ea

Please sign in to comment.