Skip to content

version : bump to 1.0.12 #231

version : bump to 1.0.12

version : bump to 1.0.12 #231

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/reusing-workflows
name: PR/Push update
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
uses: ./.github/workflows/linting.yml
codeql:
needs: linting
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/codeql.yml
build:
needs: linting
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/build.yml