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

Commit

Permalink
GHA: only run go-apidiff for PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <[email protected]>
  • Loading branch information
joelanford committed Aug 29, 2023
1 parent e59d3f5 commit e001011
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit e001011

Please sign in to comment.