We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec6bbd commit 4b153d6Copy full SHA for 4b153d6
.github/workflows/pull_request.yml
@@ -3,8 +3,6 @@
3
name: swift-openapi-lambda-build
4
5
on:
6
- push:
7
- branches: ["main"]
8
pull_request:
9
types: [opened, reopened, synchronize]
10
@@ -53,4 +51,4 @@ jobs:
53
51
with:
54
52
persist-credentials: false
55
- name: Check for Semantic Version label
56
- uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
+ uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
0 commit comments