Skip to content

Commit

Permalink
REMOVE ME: enable github testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Feb 13, 2024
1 parent 6cf43cf commit 29cf7d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ on:
workflow_dispatch:
push:
branches:
- pre-master # when we're ready to merge 'development' into 'master', we merge it first into 'pre-master', so it can be tested
- Truncations
- VirtualResolutions
- feature/varieties
- feature/functors
- feature/hilbert
- refactor/methods
- feature/computations
- refactor/Core
pull_request:
branches:
- master
Expand All @@ -28,7 +35,6 @@ defaults:

jobs:
build:
if: github.repository == 'Macaulay2/M2' || contains(github.ref, 'global')
name: ${{ matrix.build-system }}-${{ matrix.os }}-${{ matrix.compiler }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 29cf7d2

Please sign in to comment.