diff --git a/.github/workflows/develop_by_makefile.yml b/.github/workflows/develop_by_makefile.yml index 3aedc74..2cc2703 100644 --- a/.github/workflows/develop_by_makefile.yml +++ b/.github/workflows/develop_by_makefile.yml @@ -5,6 +5,8 @@ on: branches: [ develop ] pull_request: branches: [ develop ] + workflow_dispatch: + branches: [ develop ] jobs: build: diff --git a/.github/workflows/main_by_makefile.yml b/.github/workflows/main_by_makefile.yml index 681f72f..3896374 100644 --- a/.github/workflows/main_by_makefile.yml +++ b/.github/workflows/main_by_makefile.yml @@ -5,6 +5,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + workflow_dispatch: + branches: [ main ] jobs: build: