Skip to content

Commit

Permalink
minor markdown fix; allow deps-update to run on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adidalal committed Mar 29, 2023
1 parent db62d16 commit 9c4b376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: update-deps
on: create
on: [create, workflow_dispatch]
jobs:
npm-update:
if: github.ref == 'refs/heads/main'
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions ORIENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ Your team will kick off the project with your first weekly sync this weekend. In
### Let's Do This!

![Photo of programmer Margaret Hamilton standing next to the navigation software that she and her MIT team produced for the Apollo Project.](./_resources/images/Margaret_Hamilton.gif)

[Margaret Hamilton](https://www.smithsonianmag.com/smithsonian-institution/margaret-hamilton-led-nasa-software-team-landed-astronauts-moon-180971575/) and her team's code for the Apollo Project

0 comments on commit 9c4b376

Please sign in to comment.