Skip to content

Commit f1346c1

Browse files
author
Jeremy Huard
committed
updated ci.yml
1 parent 37a62f4 commit f1346c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: MATLAB Build
33
# Controls when the action will run.
44
on:
55
push:
6-
branches-ignore: [ main ]
6+
branches: [ main ]
77

88
pull_request:
99
branches: [ main ]
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333

3434
name: Test dev branch
35-
if: ${{ github.event_name == 'pull_request' || github.ref != 'refs/heads/main' }}
35+
if: ${{ github.event_name == 'pull_request' }}
3636

3737
runs-on: ubuntu-latest
3838

0 commit comments

Comments
 (0)