Skip to content

Commit

Permalink
v1.1.5 (#5)
Browse files Browse the repository at this point in the history
Build updates
* Updating to use new build definitions
  • Loading branch information
bfren authored Feb 24, 2021
1 parent ff6e1d1 commit 6dac1cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 5.6-dev
name: dev-5_6

on:
push:
Expand All @@ -7,13 +7,19 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/build_5_6-dev.yml'
- '.github/workflows/dev-5_6.yml'
- '5.6/**'
- 'overlay/**'
- 'VERSION'

jobs:
build:
test-5_6:
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v2
build-5_6:
runs-on: ubuntu-latest
steps:
-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 5.6-main
name: publish-5_6

on:
push:
Expand All @@ -7,13 +7,13 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/build_5_6-main.yml'
- '.github/workflows/publish-5_6.yml'
- '5.6/**'
- 'overlay/**'
- 'VERSION'

jobs:
build:
publish-5_6:
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit 6dac1cd

Please sign in to comment.