OSDN Git Service

Actions: Update triggers
authorHiroshi Miura <miurahr@linux.com>
Wed, 4 May 2022 01:55:09 +0000 (10:55 +0900)
committerHiroshi Miura <miurahr@linux.com>
Wed, 4 May 2022 01:55:33 +0000 (10:55 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
.github/workflows/build-release-and-upload.yml
.github/workflows/codeql-analysis.yml
.github/workflows/gradle-build-on-push.yml
.github/workflows/mirror-gitlab-and-run-ci.yml

index 18685ed..29c0dfd 100644 (file)
@@ -1,10 +1,10 @@
+name: Upload Release Asset
+
 on:
   push:
     tags:
     - 'v*'
 
-name: Upload Release Asset
-
 jobs:
   build:
     name: Upload Release Asset
index 9096ba6..1aa13ca 100644 (file)
@@ -2,12 +2,14 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master ]
+    branches:
+      - master
+      - releases/*
   pull_request:
-    # The branches below must be a subset of the branches above
-    branches: [ master ]
-  schedule:
-    - cron: '24 16 * * 2'
+    types:
+      - opened
+      - synchronize
+      - reopened
 
 jobs:
   analyze:
index c756272..c7f578c 100644 (file)
@@ -1,6 +1,15 @@
 name: Gradle check
 
-on: push
+on:
+  push:
+    branches:
+      - master
+      - releases/*
+  pull_request:
+    types:
+      - opened
+      - synchronize
+      - reopened
 
 jobs:
   gradle:
index 567c407..e679f9d 100644 (file)
@@ -1,6 +1,10 @@
 name: Mirror and run GitLab CI
 
-on: [push]
+on:
+  push:
+    branches:
+      - master
+      - releases/*
 
 jobs:
   mirror-n-ci: