Skip to content

Commit

Permalink
feat: Periodic CI and new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hungrybluedev committed Dec 3, 2023
1 parent 98474b9 commit 1664dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 4"

jobs:
build:
Expand All @@ -20,7 +22,7 @@ jobs:
check-latest: true

- name: Checkout ${{ github.event.repository.name }}
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4

- name: Check if code is formatted
run: |
Expand Down

0 comments on commit 1664dec

Please sign in to comment.