Skip to content

Commit

Permalink
fix: 👷 run buildtool on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Sep 13, 2024
1 parent 77376ee commit 468f4f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: MATLAB CI checks
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
run-buildtool:
buildtool:
name: Run MATLAB Build Tool
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 468f4f4

Please sign in to comment.