mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +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'
|
name: 'CI/CD Pipeline'
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
schedule:
|
||||||
|
- cron: '0 22 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user