Skip to content

Commit

Permalink
Activated nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyDevelopment committed Sep 26, 2024
1 parent bc694e2 commit 48630ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/Backend.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Backend

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '50 5 * * *'

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Frontend

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '50 5 * * *'

jobs:
build:
Expand Down

0 comments on commit 48630ab

Please sign in to comment.