Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

GHA: only run go-apidiff for PRs #712

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/go-apidiff.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: go-apidiff

on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main

jobs:
go-apidiff:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down