Skip to content

Commit

Permalink
Enable wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jan 29, 2024
1 parent f3befca commit 826e6d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

name: Test Binary Wheels

on: workflow_dispatch
# on: workflow_dispatch
# FIXME: Remove these lines once this workflow merged
# to main branch.
# on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - toast3
on:
push:
branches:
- master
pull_request:
branches:
- master
- toast3

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 826e6d8

Please sign in to comment.