Skip to content

Commit

Permalink
Update and rename blank.yml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Mar 1, 2024
1 parent 822b83a commit dcfe6ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Run MATLAB
on: [push]
on:
workflow_dispatch: {}
push: {}
jobs:
my-job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dcfe6ba

Please sign in to comment.