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
permissions: {}
on:
push:
branches:

View File

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

View File

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

View File

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

View File

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

View File

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