From: Tobias Oetiker Date: Mon, 14 Mar 2022 14:15:54 +0000 (+0100) Subject: update conditions X-Git-Tag: v1.8.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c11123606ad79b7752e42b2d5bb47dd738cb94a8;p=thirdparty%2Frrdtool-1.x.git update conditions --- diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a82c17cb..f9811497 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -3,7 +3,11 @@ name: Windows CI # yamllint disable rule:line-length # yamllint disable-line rule:truthy -on: [push, pull_request] +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: msys2: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 020e6878..828d83f9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ master ] - schedule: - - cron: '44 11 * * 0' jobs: analyze: diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index a543981b..6cb152d7 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -6,7 +6,7 @@ name: Release Windows on: push: tags: - - '*' + - 'v*.*.*' workflow_dispatch: defaults: