Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
change trigger to release published
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 7, 2023
1 parent 64cd0ee commit ea053b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
- dev
tags:
- '**'
release:
types: [published]
pull_request:
branches:
- '**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
- dev
tags:
- '**'
release:
types: [published]
pull_request:
branches:
- '**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- base
- dev
tags:
- '**'
release:
types: [published]
pull_request:
branches:
- '**'
Expand Down

0 comments on commit ea053b9

Please sign in to comment.