File tree Expand file tree Collapse file tree 3 files changed +3
-57
lines changed Expand file tree Collapse file tree 3 files changed +3
-57
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build :
14
+ if : github.event_name == 'pull_request'
14
15
runs-on : ubuntu-latest
15
16
16
17
strategy :
47
48
matrix :
48
49
python-version : [3.7]
49
50
50
- needs : ["build"]
51
51
runs-on : ubuntu-latest
52
52
if : ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
53
53
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a changelog] ( https://github.com/olivierlacan/keep-a-changelog ) .
4
4
5
+ <!-- next-version-placeholder-->
6
+
5
7
## [ 0.4.2] - 2018-01-02
6
8
## Fixed
7
9
- [ #60 ] ( https://github.com/pryorda/vmware_exporter/pull/60 ) Typo Fix
You can’t perform that action at this time.
0 commit comments