Skip to content

Commit

Permalink
Refactor trigger events
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiasz Kędzierski committed Jun 5, 2020
1 parent 00dbf37 commit c7d9630
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ name: Build python wheels

on:
push:
branches:
- master
- release-*
tags:
- v*
branches: ['master', 'release-*']
tags: 'v*'
pull_request:
branches: ['master', 'release-*']
tags: 'v*'

jobs:

Expand Down

0 comments on commit c7d9630

Please sign in to comment.