Skip to content

Commit

Permalink
👷 ci: update release trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 14, 2024
1 parent 490231d commit 51f5b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release

on:
push:
tags: ["v*"]
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
- "biliass*" # # Push events to matching biliass*, i.e. [email protected]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 51f5b61

Please sign in to comment.