diff options
author | Paolo Asperti <[email protected]> | 2022-06-22 13:39:30 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-06-22 13:39:30 +0200 |
commit | 2c25ee12e53d970927fcc0a7699e56f6b274993f (patch) | |
tree | 23ce6709740d756f7c6f658121ba1324dd084357 /.github | |
parent | 1962647b1ae94f001cd77eeff6f5816f556fbaa2 (diff) | |
download | rustdesk-server-2c25ee12e53d970927fcc0a7699e56f6b274993f.tar.gz rustdesk-server-2c25ee12e53d970927fcc0a7699e56f6b274993f.zip |
no scheduled builds
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f14f2c0..af59187 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,8 +8,6 @@ name: build on: workflow_dispatch: - schedule: - - cron: '0 10 * * 2' push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' |