Skip to content

Commit

Permalink
Added extra release trigers
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Aug 30, 2024
1 parent 872c73b commit 62900b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/act/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"release": {
"body": "- 🐛 Fixed a bug\r\n- 🚀 Added New Feature",
"draft": false,
"prerelease": false,
"prerelease": true,
"tag_name": "v3.0.0"
}
}
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
release:
types:
- published
- edited
- deleted
workflow_run:
workflows: ["CI"]
branches: [main]
Expand Down

0 comments on commit 62900b6

Please sign in to comment.