Skip to content

Use native image of FindNewReleases in CD (#26) #145

Use native image of FindNewReleases in CD (#26)

Use native image of FindNewReleases in CD (#26) #145

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
tags:
- '*'
branches:
- main
jobs:
ci:
name: Run Tests
uses: ./.github/workflows/test.yml
with:
version: '1.58.0'
snapshot: 'true'
publish:
name: Publish Firtool Resolver
needs: ci
if: github.event_name == 'push'
uses: ./.github/workflows/publish-firtool-resolver.yml
secrets: inherit