Skip to content

Commit

Permalink
Merge pull request #17 from OceanNetworksCanada/issue-4-set-up-workfl…
Browse files Browse the repository at this point in the history
…ow-UPDATE

issue-4: update workflow to test release branches and add option to test against QA or PROD
  • Loading branch information
IslaL authored Apr 9, 2024
2 parents e8e11b5 + 6c46f9c commit 876dad0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Run MATLAB Tests

on:
pull_request:
branches: main
branches:
- 'main'
- 'release-staging-*'
push:
branches: main
branches:
- 'main'
- 'release-staging-*'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -33,4 +37,5 @@ jobs:
source-folder: 'onc'
env:
TOKEN: ${{ secrets.TOKEN }}
ONC_ENV: true

0 comments on commit 876dad0

Please sign in to comment.