Skip to content

Commit

Permalink
Fix branch trigger for release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed Apr 22, 2024
1 parent 6754b50 commit 3ddf528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- develop
- main
pull_request:
types: [opened, reopened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "antelope-token-api",
"description": "Token balances, supply and transfers from the Antelope blockchains",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/pinax-network/antelope-token-api",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 3ddf528

Please sign in to comment.