Skip to content

Commit

Permalink
Run workflows when changes made to workflows (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan authored Nov 25, 2024
1 parent 3d55218 commit e50b6de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sleap_cuda_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- sleap_cuda/** # Only run on changes to sleap_cuda
- .github/workflows/sleap_cuda_production.yml # Only run on changes to this workflow

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sleap_cuda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- sleap_cuda/** # Only run on changes to sleap_cuda
- .github/workflows/sleap_cuda_test.yml # Only run on changes to this workflow

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sleap_vnc_connect_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- sleap_vnc_connect/** # Only run on changes to sleap_vnc_connect
- .github/workflows/sleap_vnc_connect_production.yml # Only run on changes to this workflow

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sleap_vnc_connect_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- sleap_vnc_connect/** # Only run on changes to sleap_vnc_connect
- .github/workflows/sleap_vnc_connect_test.yml # Only run on changes to this workflow

jobs:
build:
Expand Down

0 comments on commit e50b6de

Please sign in to comment.