Skip to content

Commit

Permalink
Trying to add thermo_asap branch to CI/workflow. Let's see!
Browse files Browse the repository at this point in the history
  • Loading branch information
cenamiller committed Aug 1, 2024
1 parent 9402615 commit f56ebca
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/CPU_Beltrami_build_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ name: Samurai CPU test with Beltrami

on:
workflow_dispatch:
branches: [ "main" ]
branches:
- "main"
- "thermo_asap"
push:
branches: [ "main" ]
branches:
- "main"
- "thermo_asap"
pull_request:
branches: [ "main" ]

branches:
- "main"
- "thermo_asap"

jobs:
docker-build-and-test:
name: Build and Test - ${{ matrix.dockerfile }}
Expand Down

0 comments on commit f56ebca

Please sign in to comment.