ci: Run the release workflow when the release workflow file changes (#3456)
This commit is contained in:
parent
72c7e09538
commit
c237d17c44
|
@ -10,6 +10,7 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- VERSION
|
||||
- ./github/workflows/release.yaml
|
||||
|
||||
env:
|
||||
DIST: dist-${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in New Issue