Skip to content

Commit

Permalink
bugfix: run build workflow every sunday
Browse files Browse the repository at this point in the history
fixes #24
  • Loading branch information
trombik committed Mar 29, 2022
1 parent e878ebc commit fa45d7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: build
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: "0 6 * * SUN"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa45d7c

Please sign in to comment.