Skip to content

Commit

Permalink
Run the Ci only on master branch and on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Sep 24, 2024
1 parent 276c6e3 commit bb5b52d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build_wheels:
Expand Down

0 comments on commit bb5b52d

Please sign in to comment.