Skip to content

Commit

Permalink
added cron
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 16, 2023
1 parent 8e5d067 commit 8a02ac0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Build

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
schedule:
- cron: '0 18 * * 5'
push:
branches: [main]
pull_request:
branches: [main]
branches: [ '*' ]
paths-ignore:
- "**/docs/**"
- "**.md"

jobs:
build:
Expand Down

0 comments on commit 8a02ac0

Please sign in to comment.