mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-14 09:05:15 +01:00
schedule CI workflow to run daily
This commit is contained in:
parent
382b44e1a9
commit
17dd313c24
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1,6 +1,14 @@
|
||||
name: 'CI/CD Pipeline'
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: '0 22 * * *'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user