Skip to content

Bump libcore from 1b0ed4a to d86817d #303

Bump libcore from 1b0ed4a to d86817d

Bump libcore from 1b0ed4a to d86817d #303

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/build.yml
secrets: inherit
permissions: write-all
with:
upload-artifact: ${{ github.event_name == 'push' }}