Skip to content

Commit

Permalink
Update submodule-update.yml
Browse files Browse the repository at this point in the history
allow manual runs with workflow_dispatch
  • Loading branch information
joshuah345 authored Mar 8, 2024
1 parent d732137 commit fdbfbf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Send submodule updates to joshuah345.github.io

on:
workflow_dispatch:

push:
branches:
- main
Expand All @@ -27,4 +29,4 @@ jobs:
git config user.name "GitHub Actions - update submodules"
git add --all
git commit -m "Update submodules" || echo "No changes to commit"
git push
git push

0 comments on commit fdbfbf6

Please sign in to comment.