Skip to content

Commit

Permalink
Merge pull request #38 from V1EngineeringInc/2.0.7.1
Browse files Browse the repository at this point in the history
Bump version to 2.7.0.1
  • Loading branch information
V1EngineeringInc authored Oct 26, 2020
2 parents 1b33c8b + f6274e3 commit 2be9336
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7"]' ||
'["bugfix-2.0.x"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7.1"]' ||
'["2.0.7.1"]') }}
machine:
- V1CNC_Archim1
- V1CNC_Archim1_Dual
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rambo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7"]' ||
'["2.0.7"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7.1"]' ||
'["2.0.7.1"]') }}
machine:
- V13DP_MiniRambo
- V1CNC_MiniRambo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ramps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7"]' ||
'["2.0.7"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7.1"]' ||
'["2.0.7.1"]') }}
machine:
- V13DP_Ramps_MK8
- V1ZXY_Ramps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skr1p3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7"]' ||
'["2.0.7"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7.1"]' ||
'["2.0.7.1"]') }}
machine:
- V1CNC_Skr1p3_8825
- V1CNC_Skr1p3_2209
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skrpro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7"]' ||
'["2.0.7"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.7.1"]' ||
'["2.0.7.1"]') }}
machine:
- V1CNC_SkrPro_2209
- V1CNC_SkrPro_DualLR_2209
Expand Down

0 comments on commit 2be9336

Please sign in to comment.