Skip to content

Commit

Permalink
Add workflow_call trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 26, 2023
1 parent 018f567 commit 00db7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release on PYPI

on:
workflow_dispatch:
workflow_call:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test package

on:
workflow_dispatch:
workflow_call:
push:
paths:
- src/**
Expand Down

0 comments on commit 00db7b9

Please sign in to comment.