We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8649e06 commit 7142c38Copy full SHA for 7142c38
.github/workflows/update-submodules.yml
@@ -1,9 +1,12 @@
1
name: Update Submodules
2
3
on:
4
+ push:
5
+ branches:
6
+ - main # Change this if your default branch is different
7
schedule:
8
- cron: '0 0 * * *' # Runs daily at midnight UTC
- workflow_dispatch: # Allows manual triggering
9
+ workflow_dispatch: # Allows manual triggering from GitHub Actions UI
10
11
jobs:
12
update-submodules:
@@ -27,4 +30,3 @@ jobs:
27
30
git push
28
31
else
29
32
echo "No submodule updates found."
- fi
0 commit comments