Skip to content

Commit 73e8494

Browse files
authored
Remove GH Action on push (#27)
only PR are authorized *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent dec6bbd commit 73e8494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
name: swift-openapi-lambda-build
44

55
on:
6-
push:
7-
branches: ["main"]
86
pull_request:
97
types: [opened, reopened, synchronize]
108

@@ -53,4 +51,4 @@ jobs:
5351
with:
5452
persist-credentials: false
5553
- name: Check for Semantic Version label
56-
uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
54+
uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main

0 commit comments

Comments
 (0)