File tree Expand file tree Collapse file tree 8 files changed +26
-13
lines changed Expand file tree Collapse file tree 8 files changed +26
-13
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: additional_tests
22run-name : Run additional tests for API features
33
44on :
5- # push:
6- # branches: [main]
7- # pull_request:
8- # branches: [main]
5+ push :
6+ branches : [main]
7+ pull_request :
8+ branches : [main]
99 workflow_dispatch :
1010
1111env :
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: build
22run-name : Build package
33
44on :
5- # push:
6- # branches: [main]
7- # pull_request:
8- # branches: [main]
5+ push :
6+ branches : [main]
7+ tags : [v1.*, v2.*]
8+ pull_request :
9+ branches : [main]
910 workflow_dispatch :
1011
1112jobs :
Original file line number Diff line number Diff line change 11name : zabbix_50
22run-name : Run compatibility with Zabbix 5.0 test
3+
34on :
5+ push :
6+ branches : [main]
47 pull_request :
58 branches : [main]
69 workflow_dispatch :
Original file line number Diff line number Diff line change 11name : zabbix_60
22run-name : Run compatibility with Zabbix 6.0 test
3+
34on :
5+ push :
6+ branches : [main]
47 pull_request :
58 branches : [main]
69 workflow_dispatch :
Original file line number Diff line number Diff line change 11name : zabbix_64
22run-name : Run compatibility with Zabbix 6.4 test
3+
34on :
5+ push :
6+ branches : [main]
47 pull_request :
58 branches : [main]
69 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: tests
22run-name : Library unit-tests on different platforms and versions
33
44on :
5- # push:
6- # branches: [main]
7- # pull_request:
8- # branches: [main]
5+ push :
6+ branches : [main]
7+ pull_request :
8+ branches : [main]
99 workflow_dispatch :
1010
1111jobs :
Original file line number Diff line number Diff line change 1+ ## [ 1.0.0] ( https://github.com/zabbix/python-zabbix-utils/tree/tag/v1.0.0 ) (2023-11-17)
2+
3+ Initial release
Original file line number Diff line number Diff line change 2222# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323# OTHER DEALINGS IN THE SOFTWARE.
2424
25- __version__ = "0 .0.1 "
25+ __version__ = "1 .0.0 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments