]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
update conditions
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 14 Mar 2022 14:15:54 +0000 (15:15 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 14 Mar 2022 14:15:54 +0000 (15:15 +0100)
.github/workflows/ci-workflow.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release-windows.yml

index a82c17cb067cd17ae4cef69744c85a6fc6620292..f9811497ca4be53963c0e9a94755ae474cff57c4 100644 (file)
@@ -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:
index 020e687882b78685d89c164cc7af16eb32b62fc7..828d83f9196fd9af06f5590a81328b7bc643264f 100644 (file)
@@ -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:
index a543981be59098b0a5f055dc22c7a9d3ed979176..6cb152d762cc2709d193d227c4a559d11fef9132 100644 (file)
@@ -6,7 +6,7 @@ name: Release Windows
 on:
   push:
     tags:
-      - '*'
+      - 'v*.*.*'
   workflow_dispatch:
 
 defaults: