Skip to content

Commit

Permalink
Merge pull request #11 from MangoIV/mangoiv/run-regularly
Browse files Browse the repository at this point in the history
[chore] run ci on every sunday
  • Loading branch information
MangoIV committed May 27, 2024
2 parents e79994d + 1f2f017 commit b851268
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: le_chiff_ble build

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
build:
Expand Down

0 comments on commit b851268

Please sign in to comment.