Skip to content

Commit

Permalink
bygg ukentlig slik at vi får security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 3, 2024
1 parent b466ce5 commit 032845f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Build & deploy

on: [push, workflow_dispatch]

on:
push:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'

jobs:
build:
name: Build
Expand Down

0 comments on commit 032845f

Please sign in to comment.