Skip to content

Commit

Permalink
CI: Now fires on pull_request/push to access-esm1.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jul 3, 2024
1 parent f566f2d commit 8438802
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/model-build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Test model build
on:
workflow_dispatch:
pull_request:
branches:
- master
- access-esm1.5
push:
branches:
- "master"
- master
- access-esm1.5

jobs:
build:
Expand Down

0 comments on commit 8438802

Please sign in to comment.