Skip to content

Commit c1b04f8

Browse files
Trigger release workflow on changes to itself
Add .github/workflows/release.yml to the paths filter so the workflow also runs when the release workflow file itself is modified. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 368233f commit c1b04f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
paths:
1111
- src/**
12+
- .github/workflows/release.yml
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)