Skip to content

Commit

Permalink
test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 31, 2024
1 parent 65d9c90 commit e8c13ed
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Concordium client release

on:
push:
branches:
- lma/release/github_actions
tags:
- '*.*.*-*'



jobs:

validate-preconditions:
runs-on: ubuntu-latest
environment: release
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3


0 comments on commit e8c13ed

Please sign in to comment.