Skip to content

Commit

Permalink
ci: acitons workflow_dispatch, and tracking paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Sep 27, 2024
1 parent 0c47c17 commit b6aa963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on:
workflow_dispatch:

push:
tags:
- 'v*'
Expand All @@ -10,6 +12,7 @@ on:

paths:
- "cmd/run/**"
- ".github/**"
- "pkg/**"
- go.* # go.mod, and go.sum
- flake.*
Expand Down

0 comments on commit b6aa963

Please sign in to comment.