Skip to content

Create a GitHub action to create a release #10

Create a GitHub action to create a release

Create a GitHub action to create a release #10

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main