Skip to content

Commit 42e7629

Browse files
committed
VERSION: Modify build_and_load_to_pypi.yaml workflow: trigger on main and when version file is modified
1 parent 48ec7dd commit 42e7629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_load_to_pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Building artifacts and load them to PYPI index
22
on:
33
push:
44
branches: [ main ]
5+
paths:
6+
- 'VERSION.txt'
57

68
jobs:
79
Build_release:

0 commit comments

Comments
 (0)