diff options
| author | Ha Thach <[email protected]> | 2023-05-25 21:54:31 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-25 21:54:31 +0700 |
| commit | 23c8670e7910ae0987b789c0a640f7cc9ad951f9 (patch) | |
| tree | 7bad18aab4b122d14abcac5bf1ca18f428008883 /.github/workflows/trigger.yml | |
| parent | eedafb23f727ac9408b43c6293f6c608f120993c (diff) | |
| parent | 4c9605910f1f53b2517fff5f0cc02973260f0739 (diff) | |
Merge pull request #2081 from hathach/more-build-system
More build system
Diffstat (limited to '.github/workflows/trigger.yml')
| -rw-r--r-- | .github/workflows/trigger.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index 86c699dac..33e3db859 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -1,6 +1,7 @@ name: Trigger Repos on: + workflow_dispatch: push: branches: master release: |
