Skip to content

Commit

Permalink
CI: do not build on push (#499)
Browse files Browse the repository at this point in the history
Stop wasting CI time.
  • Loading branch information
odesenfans authored Nov 2, 2023
1 parent b2beae0 commit aff6b16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pyaleph-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
branches:
- dev
- master
- "*"
pull_request:
branches:
- dev
- master
- "*"

jobs:
tests:
Expand Down

0 comments on commit aff6b16

Please sign in to comment.