Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent c3b071f commit 9945806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
- master
tags:
- '*'
#tags:
# - '*'
pull_request:
workflow_dispatch:

Expand All @@ -18,7 +18,7 @@ jobs:
# platforms, otherwise we want to break early
canary_build:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
#if: "startsWith(github.ref, 'refs/tags/')"
container:
image: quay.io/pypa/musllinux_1_1_x86_64
env:
Expand Down

0 comments on commit 9945806

Please sign in to comment.