Skip to content

add local private key signer #1 #5

add local private key signer #1

add local private key signer #1 #5

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
push:
branches:
- master
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build