Skip to content

Commit

Permalink
[build] Ensure builds run when expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Jan 27, 2024
1 parent 0b4b3b4 commit 2ded8d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- dist/**
- scenedetect/**
- tests/**
branches:
- main
- develop
- 'releases/**'
tags:
- v*-release
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- dist/**
- scenedetect/**
- tests/**
branches:
- main
- develop
- 'releases/**'
tags:
- v*-release
workflow_dispatch:
Expand Down

0 comments on commit 2ded8d7

Please sign in to comment.