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
2
2
run-name : Run additional tests for API features
3
3
4
4
on :
5
- # push:
6
- # branches: [main]
7
- # pull_request:
8
- # branches: [main]
5
+ push :
6
+ branches : [main]
7
+ pull_request :
8
+ branches : [main]
9
9
workflow_dispatch :
10
10
11
11
env :
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: build
2
2
run-name : Build package
3
3
4
4
on :
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]
9
10
workflow_dispatch :
10
11
11
12
jobs :
Original file line number Diff line number Diff line change 1
1
name : zabbix_50
2
2
run-name : Run compatibility with Zabbix 5.0 test
3
+
3
4
on :
5
+ push :
6
+ branches : [main]
4
7
pull_request :
5
8
branches : [main]
6
9
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
name : zabbix_60
2
2
run-name : Run compatibility with Zabbix 6.0 test
3
+
3
4
on :
5
+ push :
6
+ branches : [main]
4
7
pull_request :
5
8
branches : [main]
6
9
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
name : zabbix_64
2
2
run-name : Run compatibility with Zabbix 6.4 test
3
+
3
4
on :
5
+ push :
6
+ branches : [main]
4
7
pull_request :
5
8
branches : [main]
6
9
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: tests
2
2
run-name : Library unit-tests on different platforms and versions
3
3
4
4
on :
5
- # push:
6
- # branches: [main]
7
- # pull_request:
8
- # branches: [main]
5
+ push :
6
+ branches : [main]
7
+ pull_request :
8
+ branches : [main]
9
9
workflow_dispatch :
10
10
11
11
jobs :
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 22
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
23
# OTHER DEALINGS IN THE SOFTWARE.
24
24
25
- __version__ = "0 .0.1 "
25
+ __version__ = "1 .0.0 "
26
26
27
27
__min_supported__ = 5.0
28
28
__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments