Skip to content

Commit

Permalink
don't trigger build CI twice in a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Sep 28, 2023
1 parent a0f0443 commit d4d0a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build CI

on:
pull_request:
types: [opened, reopened]
branches: [master]
push:
branches: [master]

jobs:
build-wheel:
Expand Down

0 comments on commit d4d0a2b

Please sign in to comment.