Skip to content

Commit

Permalink
now it should work.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenez committed Sep 3, 2023
1 parent c6ab64d commit 0f039af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: "Prism CI build"

on:
push:
branches: ["main"]
branches: [ main ]
paths:
- "**.zig"
pull_request:
branches: ["main"]
branches: [ main ]
paths:
- "**.zig"
schedule:
branches: ["main"]
- cron: "30 6 * * *"
branches: [ main ]
- cron: '30 6 * * *'

jobs:
build:
Expand Down

0 comments on commit 0f039af

Please sign in to comment.