Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Jun 16, 2024
1 parent 7b41bdd commit 878b12d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]

jobs:
build:
Expand All @@ -24,7 +24,8 @@ jobs:
- name: Exercise Build options
run: |
zig build -Dstatic-rpc=1234-08-31
zig build -Dstatic-rtc=1980-01-01
zig build -Dstatic-rtc=2107-01-01
zig build -Dsector-size=512
zig build -Dsector-size=1024
zig build -Dsector-size=2028
Expand Down

0 comments on commit 878b12d

Please sign in to comment.