Skip to content

Commit

Permalink
Merge pull request #1 from tsedio/fix-add-funding
Browse files Browse the repository at this point in the history
fix: add funding
  • Loading branch information
Romakita committed Mar 28, 2024
2 parents bba462b + db1b7f9 commit c305742
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# These are supported funding model platforms

github: [romakita]
patreon: # Replace with a single Patreon username
open_collective: tsed
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
custom: # Replace with a single custom sponsorship URL
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build & Release

on:
push:
branches: [production, alpha, beta, rc]
branches: [main, alpha, beta, rc]
pull_request:
branches: [production]
branches: [main]
types: [opened, synchronize, closed]

concurrency:
Expand Down

0 comments on commit c305742

Please sign in to comment.