diff options
Diffstat (limited to '.github/workflows/genqrcode-ci.yml')
| -rw-r--r-- | .github/workflows/genqrcode-ci.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/genqrcode-ci.yml b/.github/workflows/genqrcode-ci.yml index 9931f66ec9..202eba4e43 100644 --- a/.github/workflows/genqrcode-ci.yml +++ b/.github/workflows/genqrcode-ci.yml @@ -1,14 +1,8 @@ name: "genqrcode: CI" on: - push: - paths: - - 'genqrcode/**' - - '.github/workflows/genqrcode-ci.yml' - pull_request: - paths: - - 'genqrcode/**' - - '.github/workflows/genqrcode-ci.yml' + workflow_dispatch: + workflow_call: jobs: cmake: |
