fixing CI not being trigger from automatic pull requests

This commit is contained in:
2025-10-22 15:10:26 +02:00
committed by kbz_8
parent d127e6c3f9
commit 4529ba5752
7 changed files with 12 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: "indev"
schedule:
interval: "weekly"

View File

@@ -5,6 +5,7 @@ on:
- cron: '0 0 * * 0' # Runs weekly
jobs:
workflow_dispatch:
update-dependencies:
runs-on: ubuntu-latest

View File

@@ -1,6 +1,8 @@
name: Linux (clang)
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
push:
paths-ignore:

View File

@@ -1,6 +1,8 @@
name: Linux (gcc)
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
push:
paths-ignore:

View File

@@ -1,6 +1,8 @@
name: macOS
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
push:
paths-ignore:

View File

@@ -1,6 +1,8 @@
name: Unit tests
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
push:
paths-ignore:

View File

@@ -1,6 +1,8 @@
name: Windows (xmake)
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
push:
paths-ignore: