Update ci.yaml

This commit is contained in:
m1337v 2024-08-29 21:54:08 +07:00 committed by GitHub
parent aad225ee90
commit bda4dc5b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 3 deletions

View File

@ -1,9 +1,19 @@
name: Theos CI
on:
release:
types:
- created
push:
branches: ['*']
paths-ignore: ['.gitignore']
pull_request:
branches: ['*']
paths-ignore: ['.gitignore']
workflow_dispatch:
schedule:
- cron: '0 0 1 1 *'
- cron: '0 0 1 4 *'
- cron: '0 0 30 6 *'
- cron: '0 0 28 9 *'
- cron: '0 0 27 12 *'
jobs:
build: