Skip to content

Update actions to newer versions #7

Update actions to newer versions

Update actions to newer versions #7

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- "main"
jobs:
build:
uses: ./.github/workflows/_build.yml
publish-test-results:
uses: ./.github/workflows/_publish_test_results.yml
needs: [build]
if: always()