Skip to content

Commit

Permalink
feat: add release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fatz committed Aug 30, 2023
1 parent 1e20549 commit 64fbc0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
tags:
- 'v*'
pull_request:
jobs:
release:
name: Create D2iQ Templates
Expand All @@ -15,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "rocky", "centos", "rhel"]
os: ["ubuntu", "rocky", "centos", "rhel", "flatcar"]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "rocky", "centos"]
os: ["ubuntu", "rocky", "centos", "flatcar"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 64fbc0a

Please sign in to comment.