Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Oct 29, 2023
1 parent 5379804 commit d26a45e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,17 @@

name: Build

on:
push:
paths:
- '.github/workflows/build.yaml'
- 'moe.nimble'
- 'src/**'
branches:
- develop
- master
pull_request:
paths:
- '.github/workflows/build.yaml'
- 'moe.nimble'
- 'src/**'
on: push

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
runs-on: macOS-latest
strategy:
matrix:
nim: [ '1.6.2', 'stable', 'devel' ]
nim: [ 'stable' ]
name: Build on ${{ matrix.nim }}
steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit d26a45e

Please sign in to comment.