Skip to content

Commit c3807f0

Browse files
committed
Also generate bindings for PRs
1 parent 03f41cf commit c3807f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
paths:
77
- .github/workflows/generate_bindings.yml
88
- gen/**
9+
pull_request:
10+
branches: [main]
11+
paths:
12+
- .github/workflows/generate_bindings.yml
13+
- gen/**
914
concurrency:
1015
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
1116
cancel-in-progress: true

0 commit comments

Comments
 (0)