Skip to content

Commit

Permalink
github admin
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Jul 21, 2024
1 parent 5949eb8 commit a4f7fa4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
name: CI

on:
push:
branches: [main]
branches:
- main
pull_request:
branches: [main]
branches:
- main
schedule:
- cron: "0 3 1 * *"

- cron: 0 3 1 * *
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [x86_64, x86_64-beta, x86_64-nightly, i686, macos]
build:
- x86_64
- x86_64-beta
- x86_64-nightly
- i686
- macos
- win64
- win32
include:
- build: x86_64
os: ubuntu-latest
Expand Down

0 comments on commit a4f7fa4

Please sign in to comment.