Skip to content

Commit

Permalink
feat(ci): change trigger type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Feb 10, 2024
1 parent 5376243 commit fc2dcda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release build

on:
release:
types:
- published
push:
tags:
- v**
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fc2dcda

Please sign in to comment.