Skip to content

Commit

Permalink
Update build release
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 15, 2024
1 parent 952cdc3 commit bd26003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- master
- devops
- master-update-release
- release
tags:
- '*'

Expand All @@ -15,7 +15,7 @@ permissions:

jobs:
linux:
# if: "startsWith(github.ref, 'refs/tags/')"
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
path: bindings/ceylon/dist

windows:
# if: "startsWith(github.ref, 'refs/tags/')"
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
path: bindings/ceylon/dist

macos:
# if: "startsWith(github.ref, 'refs/tags/')"
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down

0 comments on commit bd26003

Please sign in to comment.