Skip to content

Commit

Permalink
Allow to trigger workflow from website
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 authored Mar 25, 2024
1 parent 8a9ad01 commit 74a1ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches: [ "main" ]
paths: ['src_py/mag-net-hub/', 'tests/']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 74a1ca4

Please sign in to comment.