Chocobozzz 2024-10-31 07:05:35 +01:00
parent c73c27412c
commit 339623a469
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
6 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
name: Benchmark name: Benchmark
permissions: {}
on: on:
push: push:
branches: branches:

View File

@ -11,6 +11,8 @@
# #
name: "CodeQL" name: "CodeQL"
permissions: {}
on: on:
push: push:
branches: [ develop, next ] branches: [ develop, next ]

View File

@ -1,5 +1,7 @@
name: Docker name: Docker
permissions: {}
on: on:
push: push:
branches: branches:

View File

@ -1,5 +1,7 @@
name: Nightly name: Nightly
permissions: {}
on: on:
schedule: schedule:
- cron: '0 3 * * *' - cron: '0 3 * * *'

View File

@ -1,5 +1,7 @@
name: Stats name: Stats
permissions: {}
on: on:
push: push:
branches: branches:

View File

@ -1,5 +1,7 @@
name: Test name: Test
permissions: {}
on: on:
push: push:
pull_request: pull_request: