1 parent 37a62f4 commit f1346c1Copy full SHA for f1346c1
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: MATLAB Build
3
# Controls when the action will run.
4
on:
5
push:
6
- branches-ignore: [ main ]
+ branches: [ main ]
7
8
pull_request:
9
branches: [ main ]
@@ -32,7 +32,7 @@ jobs:
32
test:
33
34
name: Test dev branch
35
- if: ${{ github.event_name == 'pull_request' || github.ref != 'refs/heads/main' }}
+ if: ${{ github.event_name == 'pull_request' }}
36
37
runs-on: ubuntu-latest
38
0 commit comments