diff --git a/.github/workflows/apk-build.yml b/.github/workflows/apk-build.yml index 251ef4b..98e2730 100644 --- a/.github/workflows/apk-build.yml +++ b/.github/workflows/apk-build.yml @@ -3,9 +3,9 @@ name: APK Build on: push: branches: - - flet-build - paths: - - '.github/workflows/apk-build.yml' + - dev + tags: + - '*' # Allows you to run this workflow manually from the Actions tab of the repository diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 97ba15d..0a41e61 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -3,9 +3,9 @@ name: Windows Build on: push: branches: - - flet-build - paths: - - '.github/workflows/windows-build.yml' + - dev + tags: + - '*' # Allows you to run this workflow manually from the Actions tab of the repository workflow_dispatch: