Skip to content

Create a GitHub action to create a release #5

Create a GitHub action to create a release

Create a GitHub action to create a release #5

Workflow file for this run

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