Skip to content

Publish Stash@v2023.10.9 charts #253

Publish Stash@v2023.10.9 charts

Publish Stash@v2023.10.9 charts #253

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run checks
run: |
make ci