Skip to content

Commit

Permalink
Chore: Change such that api client only builds on open and close
Browse files Browse the repository at this point in the history
  • Loading branch information
GBHU753 committed Jul 24, 2024
1 parent 7df0fcf commit 31d44c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-api-client.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build API Client

on: [pull_request]
on:
pull_request:
types: [opened, reopened, closed]

jobs:
build:
Expand Down

0 comments on commit 31d44c0

Please sign in to comment.