Skip to content

Commit

Permalink
.github: change branch targets to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Oct 5, 2024
1 parent 9796e56 commit cea4e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build with opam

on:
push:
branches: [ partial_eval ]
branches: [ dev ]
paths: [ '*.opam', '.github/workflows/opam.yml' ]
pull_request:
paths: [ '*.opam', '.github/workflows/opam.yml' ]
Expand All @@ -25,4 +25,3 @@ jobs:
- run: opam install dune
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build --profile release

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test partial eval
on:
push:
branches:
- partial_eval
- dev
pull_request:
types: []
workflow_dispatch:
Expand Down

0 comments on commit cea4e6a

Please sign in to comment.